From 0308e7e1799cac46b7211d6dda158d9842a02222 Mon Sep 17 00:00:00 2001 From: Scott Zhu Date: Mon, 19 Mar 2018 13:31:53 -0700 Subject: [PATCH] Move the official/benchmark files to offical/utils/logging. --- official/benchmark/__init__.py | 0 official/{benchmark => utils/logging}/logger.py | 0 official/{benchmark => utils/logging}/logger_test.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 official/benchmark/__init__.py rename official/{benchmark => utils/logging}/logger.py (100%) rename official/{benchmark => utils/logging}/logger_test.py (98%) diff --git a/official/benchmark/__init__.py b/official/benchmark/__init__.py deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/official/benchmark/logger.py b/official/utils/logging/logger.py similarity index 100% rename from official/benchmark/logger.py rename to official/utils/logging/logger.py diff --git a/official/benchmark/logger_test.py b/official/utils/logging/logger_test.py similarity index 98% rename from official/benchmark/logger_test.py rename to official/utils/logging/logger_test.py index f509e13e659..1cabd24a9f3 100644 --- a/official/benchmark/logger_test.py +++ b/official/utils/logging/logger_test.py @@ -25,7 +25,7 @@ import tempfile -from official.benchmark import logger +from official.utils.logging import logger import tensorflow as tf