HomeSort by relevance Sort by last modified time
    Searched refs:test_util (Results 1 - 25 of 277) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/session_bundle/
test_util.h 27 namespace test_util { namespace in namespace:tensorflow::serving
34 } // namespace test_util
test_util.cc 16 #include "tensorflow/contrib/session_bundle/test_util.h"
24 namespace test_util { namespace in namespace:tensorflow::serving
33 } // namespace test_util
  /external/tensorflow/tensorflow/contrib/py2tf/utils/
type_check_test.py 25 from tensorflow.python.framework import test_util
34 type_check.is_tensor(test_util.variables.Variable([1, 2, 3])))
37 test_util.array_ops.placeholder(test_util.dtypes.float32)))
  /external/tensorflow/tensorflow/python/platform/
test.py 43 from tensorflow.python.framework import test_util as _test_util
48 from tensorflow.python.framework.test_util import assert_equal_graph_def
49 from tensorflow.python.framework.test_util import create_local_cluster
50 from tensorflow.python.framework.test_util import TensorFlowTestCase as TestCase
51 from tensorflow.python.framework.test_util import gpu_device_name
52 from tensorflow.python.framework.test_util import is_gpu_available
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /external/python/cpython2/Lib/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_lib2to3.py 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
  /external/tensorflow/tensorflow/python/kernel_tests/
garbage_collection_test.py 26 from tensorflow.python.framework import test_util
32 class NoReferenceCycleTests(test_util.TensorFlowTestCase):
34 @test_util.assert_no_garbage_created
39 @test_util.assert_no_garbage_created
check_ops_test.py 29 from tensorflow.python.framework import test_util
37 @test_util.run_in_graph_and_eager_modes()
43 @test_util.run_in_graph_and_eager_modes()
50 @test_util.run_in_graph_and_eager_modes()
56 @test_util.run_in_graph_and_eager_modes()
62 @test_util.run_in_graph_and_eager_modes()
68 @test_util.run_in_graph_and_eager_modes()
75 @test_util.run_in_graph_and_eager_modes()
84 @test_util.run_in_graph_and_eager_modes()
97 @test_util.run_in_graph_and_eager_modes(
    [all...]
conv_ops_test.py 34 from tensorflow.python.framework import test_util
161 if use_gpu and not test_util.CudaSupportsHalfMatMulAndConv():
197 with test_util.device(use_gpu):
203 t1 = test_util.NHWCToNCHW(t1)
204 strides = test_util.NHWCToNCHW(strides)
205 dilations = test_util.NHWCToNCHW(dilations)
214 conv = test_util.NCHWToNHWC(conv)
234 with test_util.device(use_gpu):
239 t1 = test_util.NHWCToNCHW(t1)
240 strides = test_util.NHWCToNCHW(strides
    [all...]
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_test.py 27 from tensorflow.python.framework import test_util
35 @test_util.assert_no_new_tensors
36 @test_util.assert_no_garbage_created
59 @test_util.assert_no_new_tensors
60 @test_util.assert_no_garbage_created
74 @test_util.assert_no_new_tensors
75 @test_util.assert_no_garbage_created
88 @test_util.assert_no_new_tensors
89 @test_util.assert_no_garbage_created
107 @test_util.assert_no_new_tensor
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_api.py 1 from . import util as test_util
3 init = test_util.import_importlib('importlib')
4 util = test_util.import_importlib('importlib.util')
5 machinery = test_util.import_importlib('importlib.machinery')
21 with test_util.mock_modules('top_level') as mock:
22 with test_util.import_state(meta_path=[mock]):
31 with test_util.mock_modules(pkg_long_name, name) as mock:
32 with test_util.import_state(meta_path=[mock]):
43 with test_util.mock_modules(pkg_long_name, absolute_name) as mock:
44 with test_util.import_state(meta_path=[mock])
    [all...]
  /external/tensorflow/tensorflow/python/client/
device_lib_test.py 22 from tensorflow.python.framework import test_util
27 class DeviceLibTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/framework/
tensor_shape_div_test.py 24 from tensorflow.python.framework import test_util
28 class DimensionDivTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/summary/
text_summary_test.py 20 from tensorflow.python.framework import test_util
26 class TextPluginTest(test_util.TensorFlowTestCase):
  /device/generic/goldfish/libqemu/
tests.mk 20 LOCAL_SRC_FILES := test_guest_1.c test_util.c
27 LOCAL_SRC_FILES := test_guest_2.c test_util.c
  /external/tensorflow/tensorflow/python/debug/lib/
debug_graphs_test.py 21 from tensorflow.python.framework import test_util
25 class ParseNodeOrTensorNameTest(test_util.TensorFlowTestCase):
42 class GetNodeNameAndOutputSlotTest(test_util.TensorFlowTestCase):
56 class NodeNameChecksTest(test_util.TensorFlowTestCase):
79 class ParseDebugNodeNameTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/ops/
math_ops_test.py 25 from tensorflow.python.framework import test_util
38 @test_util.with_c_api
39 class ReduceTest(test_util.TensorFlowTestCase):
41 @test_util.run_in_graph_and_eager_modes()
44 with test_util.device(use_gpu=True):
48 @test_util.run_in_graph_and_eager_modes()
51 with test_util.device(use_gpu=True):
61 @test_util.run_in_graph_and_eager_modes()
73 @test_util.with_c_api
74 class LogSumExpTest(test_util.TensorFlowTestCase)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/batching_util/
fake_clock_env.h 33 namespace test_util { namespace in namespace:tensorflow::serving
72 } // namespace test_util
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
custom_export_strategy_test.py 28 from tensorflow.python.framework import test_util
32 class ConvertModelTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
single_image_random_dot_stereograms_ops_test.py 24 from tensorflow.python.framework import test_util
27 class SingleImageRandomDotStereogramsTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/quantize/python/
common_test.py 24 from tensorflow.python.framework import test_util
29 class CommonTest(test_util.TensorFlowTestCase):

Completed in 665 milliseconds

1 2 3 4 5 6 7 8 91011>>