diff options
| author | Wenchen Lai <wenchen.lai@hotmail.com> | 2021-05-07 20:48:03 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-09 16:31:08 +0200 |
| commit | 89895e068bd3434bba18194c69a5bfb96f1d18ee (patch) | |
| tree | 23b5c6cca862016b4716cf70d0a16451e3f6e20f /opendc-experiments/opendc-experiments-tf20/build.gradle.kts | |
| parent | 726a0570977c3426b1dd28a922140a95dad96462 (diff) | |
exp: Add environment reader for TensorFlow experiments
This change adds a reader for the environment/topology format that is
used for the TensorFlow experiments in OpenDC.
Diffstat (limited to 'opendc-experiments/opendc-experiments-tf20/build.gradle.kts')
| -rw-r--r-- | opendc-experiments/opendc-experiments-tf20/build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts index 51e167cc..3ee5462a 100644 --- a/opendc-experiments/opendc-experiments-tf20/build.gradle.kts +++ b/opendc-experiments/opendc-experiments-tf20/build.gradle.kts @@ -34,8 +34,9 @@ dependencies { implementation(projects.opendcSimulator.opendcSimulatorCore) implementation(projects.opendcSimulator.opendcSimulatorCompute) implementation(projects.opendcTelemetry.opendcTelemetrySdk) - implementation(libs.kotlin.logging) + implementation(projects.opendcFormat) + implementation(libs.kotlin.logging) implementation(libs.parquet) implementation(libs.hadoop.client) { exclude(group = "org.slf4j", module = "slf4j-log4j12") |
