HomeSort by relevance Sort by last modified time
    Searched refs:test_util (Results 1 - 25 of 868) 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/python/autograph/utils/
type_check_test.py 25 from tensorflow.python.framework import test_util
31 @test_util.run_deprecated_v1
35 type_check.is_tensor(test_util.variables.Variable([1, 2, 3])))
38 test_util.array_ops.placeholder(test_util.dtypes.float32)))
  /external/tensorflow/tensorflow/examples/adding_an_op/
fact_test.py 22 from tensorflow.python.framework import test_util
27 @test_util.run_deprecated_v1
zero_out_2_test.py 27 from tensorflow.python.framework import test_util
32 @test_util.run_deprecated_v1
38 @test_util.run_deprecated_v1
44 @test_util.run_deprecated_v1
53 @test_util.run_deprecated_v1
zero_out_3_test.py 24 from tensorflow.python.framework import test_util
29 @test_util.run_deprecated_v1
35 @test_util.run_deprecated_v1
41 @test_util.run_deprecated_v1
48 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/framework/
kernels_test.py 21 from tensorflow.python.framework import test_util
25 class GetAllRegisteredKernelsTest(test_util.TensorFlowTestCase):
32 class GetRegisteredKernelsForOp(test_util.TensorFlowTestCase):
test_util_test.py 15 """Tests for tensorflow.ops.test_util."""
40 from tensorflow.python.framework import test_util
50 class TestUtilTest(test_util.TensorFlowTestCase, parameterized.TestCase):
52 @test_util.run_deprecated_v1
56 test_util.assert_ops_in_graph({"hello": "Const"}, ops.get_default_graph())
58 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
61 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
64 @test_util.run_deprecated_v1
102 test_util.assert_equal_graph_def(def_57, def_75)
106 test_util.assert_equal_graph_def(def_57, def_empty
    [all...]
  /external/tensorflow/tensorflow/python/platform/
test.py 30 from tensorflow.python.framework import test_util as _test_util
34 from tensorflow.python.framework.test_util import assert_equal_graph_def
35 from tensorflow.python.framework.test_util import create_local_cluster
36 from tensorflow.python.framework.test_util import TensorFlowTestCase as TestCase
37 from tensorflow.python.framework.test_util import gpu_device_name
38 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,
  /external/tensorflow/tensorflow/python/autograph/core/
function_wrapping_test.py 23 from tensorflow.python.framework import test_util
29 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/data/kernel_tests/
filter_test.py 21 from tensorflow.python.framework import test_util
25 @test_util.run_all_in_graph_and_eager_modes
filter_with_legacy_function_test.py 21 from tensorflow.python.framework import test_util
25 @test_util.run_v1_only
  /external/tensorflow/tensorflow/python/kernel_tests/
sparse_to_dense_op_py_test.py 24 from tensorflow.python.framework import test_util
45 @test_util.run_deprecated_v1
52 @test_util.run_deprecated_v1
59 @test_util.run_deprecated_v1
66 @test_util.run_deprecated_v1
73 @test_util.run_deprecated_v1
80 @test_util.run_deprecated_v1
90 @test_util.run_deprecated_v1
96 @test_util.run_deprecated_v1
105 @test_util.run_deprecated_v
    [all...]
variable_ops_test.py 27 from tensorflow.python.framework import test_util
63 @test_util.run_deprecated_v1
67 @test_util.run_deprecated_v1
74 @test_util.run_deprecated_v1
82 @test_util.run_deprecated_v1
90 @test_util.run_deprecated_v1
98 @test_util.run_deprecated_v1
111 @test_util.run_deprecated_v1
120 @test_util.run_deprecated_v1
129 @test_util.run_deprecated_v
    [all...]
weights_broadcast_test.py 26 from tensorflow.python.framework import test_util
55 @test_util.run_deprecated_v1
59 @test_util.run_deprecated_v1
65 @test_util.run_deprecated_v1
71 @test_util.run_deprecated_v1
77 @test_util.run_deprecated_v1
83 @test_util.run_deprecated_v1
89 @test_util.run_deprecated_v1
96 @test_util.run_deprecated_v1
119 @test_util.run_deprecated_v
    [all...]
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
pooling_ops_3d_test.py 24 from tensorflow.python.framework import test_util
73 t = test_util.NHWCToNCHW(t)
74 window = test_util.NHWCToNCHW(window)
75 strides = test_util.NHWCToNCHW(strides)
83 t = test_util.NCHWToNHWC(t)
253 ksize = test_util.NHWCToNCHW(ksize)
254 strides = test_util.NHWCToNCHW(strides)
255 t = test_util.NHWCToNCHW(t)
256 output_sizes = test_util.NHWCToNCHW(output_sizes)
298 @test_util.run_deprecated_v
    [all...]
string_to_number_op_test.py 22 from tensorflow.python.framework import test_util
49 @test_util.run_deprecated_v1
63 @test_util.run_deprecated_v1
77 @test_util.run_deprecated_v1
91 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/eager/
pywrap_tfe_test.py 29 from tensorflow.python.framework import test_util
38 @test_util.assert_no_new_tensors
39 @test_util.assert_no_garbage_created
60 @test_util.assert_no_new_tensors
61 @test_util.assert_no_garbage_created
75 @test_util.assert_no_new_tensors
76 @test_util.assert_no_garbage_created
89 @test_util.assert_no_new_tensors
90 @test_util.assert_no_garbage_created
105 @test_util.assert_no_new_tensor
    [all...]
graph_only_ops_test.py 25 from tensorflow.python.framework import test_util
30 class GraphOnlyOpsTest(test_util.TensorFlowTestCase):
32 @test_util.run_deprecated_v1
39 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/training/
learning_rate_decay_test.py 24 from tensorflow.python.framework import test_util
32 class LRDecayTest(test_util.TensorFlowTestCase):
34 @test_util.run_in_graph_and_eager_modes
42 @test_util.run_in_graph_and_eager_modes
64 @test_util.run_deprecated_v1
83 @test_util.run_in_graph_and_eager_modes
103 @test_util.run_in_graph_and_eager_modes
104 @test_util.run_v1_only("b/120545219")
149 class LinearDecayTest(test_util.TensorFlowTestCase):
151 @test_util.run_in_graph_and_eager_mode
    [all...]
  /external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
unique_test.py 24 from tensorflow.python.framework import test_util
29 @test_util.run_all_in_graph_and_eager_modes
55 @test_util.run_deprecated_v1
68 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/debug/lib/
common_test.py 24 from tensorflow.python.framework import test_util
28 class CommonTest(test_util.TensorFlowTestCase):
30 @test_util.run_deprecated_v1
39 @test_util.run_deprecated_v1
48 @test_util.run_deprecated_v1

Completed in 409 milliseconds

1 2 3 4 5 6 7 8 91011>>