# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """Testing. See the @{$python/test} guide. Note: `tf.test.mock` is an alias to the python `mock` or `unittest.mock` depending on the python version. """ from __future__ import print_function from tensorflow.python.framework.test_util import TensorFlowTestCase as TestCase from tensorflow.python.framework.test_util import assert_equal_graph_def from tensorflow.python.framework.test_util import create_local_cluster from tensorflow.python.framework.test_util import gpu_device_name from tensorflow.python.framework.test_util import is_gpu_available from tensorflow.python.ops.gradient_checker import compute_gradient from tensorflow.python.ops.gradient_checker import compute_gradient_error from tensorflow.python.platform.benchmark import TensorFlowBenchmark as Benchmark from tensorflow.python.platform.googletest import StubOutForTesting from tensorflow.python.platform.test import get_temp_dir from tensorflow.python.platform.test import is_built_with_cuda from tensorflow.python.platform.test import main from tensorflow.python.platform.test import mock from tensorflow.python.platform.test import test_src_dir_path del print_function