HomeSort by relevance Sort by last modified time
    Searched refs:test_util (Results 201 - 225 of 868) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tensorflow/tensorflow/python/keras/layers/
kernelized_test.py 33 from tensorflow.python.framework import test_util
65 @test_util.run_in_graph_and_eager_modes()
71 @test_util.run_in_graph_and_eager_modes()
78 @test_util.run_in_graph_and_eager_modes()
85 @test_util.run_in_graph_and_eager_modes()
97 @test_util.run_in_graph_and_eager_modes()
112 @test_util.run_in_graph_and_eager_modes()
130 @test_util.assert_no_new_pyobjects_executing_eagerly
138 @test_util.run_in_graph_and_eager_modes()
149 @test_util.run_deprecated_v
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
categorical_test.py 28 from tensorflow.python.framework import test_util
48 @test_util.run_deprecated_v1
56 @test_util.run_deprecated_v1
67 @test_util.run_deprecated_v1
114 @test_util.run_deprecated_v1
129 @test_util.run_deprecated_v1
136 @test_util.run_deprecated_v1
143 @test_util.run_deprecated_v1
195 @test_util.run_deprecated_v1
207 @test_util.run_deprecated_v
    [all...]
multinomial_test.py 25 from tensorflow.python.framework import test_util
37 @test_util.run_v1_only("b/120545219")
47 @test_util.run_v1_only("b/120545219")
58 @test_util.run_v1_only("b/120545219")
67 @test_util.run_v1_only("b/120545219")
76 @test_util.run_v1_only("b/120545219")
87 @test_util.run_v1_only("b/120545219")
95 @test_util.run_v1_only("b/120545219")
108 @test_util.run_v1_only("b/120545219")
169 @test_util.run_v1_only("b/120545219"
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
session_ops_test.py 23 from tensorflow.python.framework import test_util
34 @test_util.run_deprecated_v1
49 @test_util.run_deprecated_v1
62 @test_util.run_deprecated_v1
76 @test_util.run_deprecated_v1
97 @test_util.run_deprecated_v1
115 @test_util.run_deprecated_v1
136 @test_util.run_deprecated_v1
158 @test_util.run_deprecated_v1
168 @test_util.run_deprecated_v
    [all...]
stack_op_test.py 27 from tensorflow.python.framework import test_util
45 @test_util.run_deprecated_v1
59 @test_util.run_deprecated_v1
69 @test_util.run_deprecated_v1
79 @test_util.run_deprecated_v1
104 @test_util.run_deprecated_v1
119 @test_util.run_deprecated_v1
134 @test_util.run_deprecated_v1
147 @test_util.run_deprecated_v1
162 @test_util.run_deprecated_v
    [all...]
template_test.py 27 from tensorflow.python.framework import test_util
75 @test_util.run_deprecated_v1
155 @test_util.run_in_graph_and_eager_modes
163 @test_util.run_in_graph_and_eager_modes
178 @test_util.run_in_graph_and_eager_modes
191 @test_util.run_deprecated_v1
210 @test_util.run_deprecated_v1
226 @test_util.run_in_graph_and_eager_modes
243 @test_util.run_in_graph_and_eager_modes
259 @test_util.run_in_graph_and_eager_mode
    [all...]
constant_op_test.py 33 from tensorflow.python.framework import test_util
73 @test_util.run_deprecated_v1
81 @test_util.run_deprecated_v1
88 @test_util.run_deprecated_v1
95 @test_util.run_deprecated_v1
102 @test_util.run_deprecated_v1
109 @test_util.run_deprecated_v1
116 @test_util.run_deprecated_v1
126 @test_util.run_deprecated_v1
136 @test_util.run_deprecated_v
    [all...]
batch_scatter_ops_test.py 26 from tensorflow.python.framework import test_util
82 @test_util.run_deprecated_v1
90 @test_util.run_deprecated_v1
104 @test_util.run_deprecated_v1
bitcast_op_test.py 24 from tensorflow.python.framework import test_util
32 with test_util.use_gpu():
63 @test_util.run_deprecated_v1
76 @test_util.run_deprecated_v1
confusion_matrix_test.py 26 from tensorflow.python.framework import test_util
36 @test_util.run_in_graph_and_eager_modes
73 @test_util.run_deprecated_v1
77 @test_util.run_deprecated_v1
115 @test_util.run_deprecated_v1
119 @test_util.run_deprecated_v1
139 @test_util.run_deprecated_v1
143 @test_util.run_deprecated_v1
163 @test_util.run_deprecated_v1
167 @test_util.run_deprecated_v
    [all...]
reduction_ops_test.py 30 from tensorflow.python.framework import test_util
64 @test_util.run_deprecated_v1
74 @test_util.run_deprecated_v1
89 @test_util.run_deprecated_v1
101 @test_util.run_deprecated_v1
197 @test_util.run_deprecated_v1
205 @test_util.run_deprecated_v1
211 @test_util.run_deprecated_v1
231 @test_util.run_deprecated_v1
269 @test_util.run_deprecated_v
    [all...]
embedding_ops_test.py 31 from tensorflow.python.framework import test_util
91 @test_util.run_deprecated_v1
97 @test_util.run_deprecated_v1
103 @test_util.run_deprecated_v1
111 @test_util.run_deprecated_v1
119 @test_util.run_deprecated_v1
250 @test_util.run_deprecated_v1
267 @test_util.run_deprecated_v1
278 @test_util.run_deprecated_v1
292 @test_util.run_deprecated_v
    [all...]
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 11 from . import util as test_util
13 init = test_util.import_importlib('importlib')
14 abc = test_util.import_importlib('importlib.abc')
15 machinery = test_util.import_importlib('importlib.machinery')
16 util = test_util.import_importlib('importlib.util')
64 ) = test_util.test_both(MetaPathFinder, abc=abc)
74 ) = test_util.test_both(PathEntryFinder, abc=abc)
83 ) = test_util.test_both(ResourceLoader, abc=abc)
93 ) = test_util.test_both(InspectLoader, abc=abc)
103 ) = test_util.test_both(ExecutionLoader, abc=abc
    [all...]
test_windows.py 1 from . import util as test_util
2 machinery = test_util.import_importlib('importlib.machinery')
87 ) = test_util.test_both(WindowsRegistryFinderTests, machinery=machinery)
109 ) = test_util.test_both(WindowsExtensionSuffixTests, machinery=machinery)
  /external/tensorflow/tensorflow/contrib/checkpoint/python/
containers_test.py 24 from tensorflow.python.framework import test_util
36 @test_util.run_in_graph_and_eager_modes
69 @test_util.run_in_graph_and_eager_modes
101 @test_util.run_in_graph_and_eager_modes
python_state_test.py 27 from tensorflow.python.framework import test_util
34 @test_util.run_in_graph_and_eager_modes
83 @test_util.run_in_graph_and_eager_modes
90 @test_util.run_in_graph_and_eager_modes
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/bijectors/
fill_triangular_test.py 26 from tensorflow.python.framework import test_util
34 @test_util.run_in_graph_and_eager_modes
54 @test_util.run_in_graph_and_eager_modes
79 @test_util.run_in_graph_and_eager_modes
  /external/tensorflow/tensorflow/contrib/rate/
rate_test.py 25 from tensorflow.python.framework import test_util
35 @test_util.run_in_graph_and_eager_modes()
47 @test_util.run_in_graph_and_eager_modes()
68 @test_util.run_in_graph_and_eager_modes()
  /external/tensorflow/tensorflow/python/autograph/converters/
logical_expressions_test.py 24 from tensorflow.python.framework import test_util
30 @test_util.run_deprecated_v1
41 @test_util.run_deprecated_v1
54 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/autograph/core/
errors_test.py 25 from tensorflow.python.framework import test_util
51 @test_util.run_deprecated_v1
67 @test_util.run_deprecated_v1
85 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/framework/
sparse_tensor_test.py 27 from tensorflow.python.framework import test_util
32 class SparseTensorTest(test_util.TensorFlowTestCase):
83 class ConvertToTensorOrSparseTensorTest(test_util.TensorFlowTestCase):
92 @test_util.run_deprecated_v1
  /external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/
loss_scale_optimizer_test.py 26 from tensorflow.python.framework import test_util
29 from tensorflow.python.keras.mixed_precision.experimental import test_util as mp_test_util
72 @test_util.run_in_graph_and_eager_modes
92 @test_util.deprecated_graph_mode_only
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_util_test.py 24 from tensorflow.python.framework import test_util
36 @test_util.run_deprecated_v1
43 @test_util.run_deprecated_v1
63 @test_util.run_deprecated_v1
71 @test_util.run_deprecated_v1
112 @test_util.run_deprecated_v1
151 @test_util.run_deprecated_v1
172 @test_util.run_deprecated_v1
206 @test_util.run_deprecated_v1
219 @test_util.run_deprecated_v
    [all...]
  /external/tensorflow/tensorflow/python/training/
moving_averages_test.py 26 from tensorflow.python.framework import test_util
38 @test_util.run_in_graph_and_eager_modes
60 @test_util.run_in_graph_and_eager_modes
81 @test_util.run_deprecated_v1
96 @test_util.run_deprecated_v1
107 @test_util.run_deprecated_v1
133 @test_util.run_deprecated_v1
235 @test_util.run_v1_only("b/120545219")
241 @test_util.run_v1_only("b/120545219")
247 @test_util.run_v1_only("b/120545219"
    [all...]
  /external/python/apitools/apitools/base/protorpclite/
protojson_test.py 25 from apitools.base.protorpclite import test_util
68 class ModuleInterfaceTest(test_util.ModuleInterfaceTest,
69 test_util.TestCase):
74 # TODO(rafek): Convert this test to the compliance test in test_util.
75 class ProtojsonTest(test_util.TestCase,
76 test_util.ProtoConformanceTestBase):
276 message = protojson.decode_message(test_util.OptionalMessage, '')
277 self.assertEquals(test_util.OptionalMessage(), message)
279 message = protojson.decode_message(test_util.OptionalMessage, ' ')
280 self.assertEquals(test_util.OptionalMessage(), message
    [all...]

Completed in 490 milliseconds

1 2 3 4 5 6 7 891011>>