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

12 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/summary/
summary_test_internal.py 27 from tensorflow.python.framework import test_util
30 class SummaryDbTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/
hybrid_layer_test.py 25 from tensorflow.python.framework import test_util
29 class HybridLayerTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/kernel_tests/
routing_function_op_test.py 23 from tensorflow.python.framework import test_util
27 class RoutingFunctionTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/eager/
graph_only_ops_test.py 25 from tensorflow.python.framework import test_util
30 class GraphOnlyOpsTest(test_util.TensorFlowTestCase):
backprop_test.py 33 from tensorflow.python.framework import test_util
48 @test_util.run_in_graph_and_eager_modes()
170 @test_util.assert_no_new_tensors
185 @test_util.assert_no_new_tensors
202 @test_util.assert_no_new_tensors
213 @test_util.assert_no_new_tensors
227 @test_util.assert_no_new_tensors
238 @test_util.assert_no_new_tensors
244 @test_util.assert_no_new_tensors
253 @test_util.assert_no_new_tensor
    [all...]
  /external/tensorflow/tensorflow/python/framework/
random_seed_test.py 23 from tensorflow.python.framework import test_util
29 @test_util.run_in_graph_and_eager_modes()
test_util_test.py 15 """Tests for tensorflow.ops.test_util."""
37 from tensorflow.python.framework import test_util
44 @test_util.with_c_api
45 class TestUtilTest(test_util.TensorFlowTestCase):
50 test_util.assert_ops_in_graph({"hello": "Const"}, ops.get_default_graph())
52 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
55 self.assertRaises(ValueError, test_util.assert_ops_in_graph,
71 test_util.assert_equal_graph_def(def_57, def_75)
75 test_util.assert_equal_graph_def(def_57, def_empty)
80 if test_util.IsGoogleCudaEnabled()
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
split_op_test.py 27 from tensorflow.python.framework import test_util
98 @test_util.run_in_graph_and_eager_modes()
112 @test_util.run_in_graph_and_eager_modes()
119 with test_util.device(use_gpu=True):
136 with test_util.device(use_gpu=True):
148 with test_util.device(use_gpu=True):
162 with test_util.device(use_gpu=True):
171 @test_util.run_in_graph_and_eager_modes()
179 with test_util.device(use_gpu=True):
203 with test_util.device(use_gpu=True)
    [all...]
functional_ops_test.py 30 from tensorflow.python.framework import test_util
55 @test_util.run_in_graph_and_eager_modes()
90 @test_util.run_in_graph_and_eager_modes()
141 @test_util.run_in_graph_and_eager_modes()
203 @test_util.run_in_graph_and_eager_modes()
212 @test_util.run_in_graph_and_eager_modes()
227 @test_util.run_in_graph_and_eager_modes()
239 @test_util.run_in_graph_and_eager_modes()
250 @test_util.run_in_graph_and_eager_modes()
265 @test_util.run_in_graph_and_eager_modes(
    [all...]
atrous_convolution_test.py 28 from tensorflow.python.framework import test_util
127 @test_util.run_in_graph_and_eager_modes()
142 @test_util.run_in_graph_and_eager_modes()
161 @test_util.run_in_graph_and_eager_modes()
176 @test_util.run_in_graph_and_eager_modes()
180 with test_util.device(use_gpu=True):
200 @test_util.run_in_graph_and_eager_modes()
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 13 from . import util as test_util
15 init = test_util.import_importlib('importlib')
16 abc = test_util.import_importlib('importlib.abc')
17 machinery = test_util.import_importlib('importlib.machinery')
18 util = test_util.import_importlib('importlib.util')
66 ) = test_util.test_both(MetaPathFinder, abc=abc)
76 ) = test_util.test_both(PathEntryFinder, abc=abc)
85 ) = test_util.test_both(ResourceLoader, abc=abc)
95 ) = test_util.test_both(InspectLoader, abc=abc)
105 ) = 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)
test_lazy.py 8 from . import util as test_util
82 with test_util.uncache(importer.module_name):
83 with test_util.import_state(meta_path=[importer]):
129 with test_util.uncache(TestingImporter.module_name):
137 with test_util.uncache(TestingImporter.module_name):
test_locks.py 1 from . import util as test_util
3 init = test_util.import_importlib('importlib')
42 ) = test_util.test_both(ModuleLockAsRLockTests, lock_tests.RLockTests,
123 ) = test_util.test_both(DeadlockAvoidanceTests,
161 ) = test_util.test_both(LifetimeTests, init=init)
  /external/tensorflow/tensorflow/contrib/quantize/python/
input_to_ops_test.py 23 from tensorflow.python.framework import test_util
29 class InputToOpsTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/remote_fused_graph/pylib/python/ops/
remote_fused_graph_ops_test.py 29 from tensorflow.python.framework import test_util
33 class RemoteFusedGraphExecuteTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/tensor_forest/client/
eval_metrics_test.py 22 from tensorflow.python.framework import test_util
27 class EvalMetricsTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/layers/
decisions_to_data_test.py 26 from tensorflow.python.framework import test_util
33 class DecisionsToDataTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/client/
events_writer_test.py 27 from tensorflow.python.framework import test_util
33 class PywrapeventsWriterTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/debug/lib/
common_test.py 24 from tensorflow.python.framework import test_util
28 class CommonTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/summary/
plugin_asset_test.py 21 from tensorflow.python.framework import test_util
47 class PluginAssetTest(test_util.TensorFlowTestCase):
  /external/tensorflow/tensorflow/python/data/kernel_tests/
iterator_ops_cluster_test.py 15 """Tests for the experimental input pipeline ops that need test_util."""
31 from tensorflow.python.framework import test_util
45 worker, _ = test_util.create_local_cluster(
98 worker, _ = test_util.create_local_cluster(
106 workers, _ = test_util.create_local_cluster(2, 1)
113 worker, _ = test_util.create_local_cluster(1, 1)
151 worker, _ = test_util.create_local_cluster(1, 1)
  /external/tensorflow/tensorflow/contrib/eager/python/
network_test.py 29 from tensorflow.python.framework import test_util
90 @test_util.run_in_graph_and_eager_modes(assert_no_eager_garbage=True)
98 @test_util.run_in_graph_and_eager_modes(assert_no_eager_garbage=True)
124 @test_util.run_in_graph_and_eager_modes()
136 @test_util.run_in_graph_and_eager_modes()
147 @test_util.run_in_graph_and_eager_modes()
164 @test_util.run_in_graph_and_eager_modes()
191 @test_util.run_in_graph_and_eager_modes()
270 @test_util.run_in_graph_and_eager_modes()
325 @test_util.run_in_graph_and_eager_modes(
    [all...]
  /external/tensorflow/tensorflow/python/training/
learning_rate_decay_test.py 25 from tensorflow.python.framework import test_util
35 class LRDecayTest(test_util.TensorFlowTestCase):
82 @test_util.run_in_graph_and_eager_modes()
103 @test_util.run_in_graph_and_eager_modes()
141 class LinearDecayTest(test_util.TensorFlowTestCase):
190 class SqrtDecayTest(test_util.TensorFlowTestCase):
248 class PolynomialDecayTest(test_util.TensorFlowTestCase):
261 class ExponentialDecayTest(test_util.TensorFlowTestCase):
301 class InverseDecayTest(test_util.TensorFlowTestCase):
343 class CosineDecayTest(test_util.TensorFlowTestCase)
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle_test.cc 24 #include "tensorflow/contrib/session_bundle/test_util.h"
59 const string orig_path = test_util::TestSrcDirPath(kExportPath);
177 const string export_path = test_util::TestSrcDirPath(kExportPath);
184 const string export_path = test_util::TestSrcDirPath(kExportPath);
189 const string export_path = test_util::TestSrcDirPath(kExportPath);
205 const string export_path = test_util::TestSrcDirPath(kExportPath);
224 const string export_path = test_util::TestSrcDirPath(kExportPath);
248 const string export_path = test_util::TestSrcDirPath("/tmp/bigfoot");
259 const string export_path = test_util::TestSrcDirPath(kExportCheckpointV2Path);
264 const string export_path = test_util::TestSrcDirPath(kExportCheckpointV2Path)
    [all...]

Completed in 529 milliseconds

12 3 4 5 6 7 8 91011>>