Home
last modified time | relevance | path

Searched refs:TEST_REPORTER_TEST_ENV (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/
Dbenchmark_test.py107 if benchmark.TEST_REPORTER_TEST_ENV in os.environ:
108 del os.environ[benchmark.TEST_REPORTER_TEST_ENV]
121 if benchmark.TEST_REPORTER_TEST_ENV in os.environ:
122 del os.environ[benchmark.TEST_REPORTER_TEST_ENV]
150 if benchmark.TEST_REPORTER_TEST_ENV in os.environ:
151 del os.environ[benchmark.TEST_REPORTER_TEST_ENV]
157 os.environ[benchmark.TEST_REPORTER_TEST_ENV] = prefix
/external/tensorflow/tensorflow/python/platform/
Dbenchmark.py47 TEST_REPORTER_TEST_ENV = "TEST_REPORT_FILE_PREFIX" variable
99 test_env = os.environ.get(TEST_REPORTER_TEST_ENV, None)