Home
last modified time | relevance | path

Searched refs:graph_mode (Results 1 – 25 of 39) sorted by relevance

12

/external/tensorflow/tensorflow/python/saved_model/model_utils/
Dexport_output_test.py41 with context.graph_mode():
48 with context.graph_mode():
55 with context.graph_mode():
67 with context.graph_mode():
100 with context.graph_mode():
132 with context.graph_mode():
174 with context.graph_mode():
243 with context.graph_mode():
289 with context.graph_mode():
312 with context.graph_mode():
[all …]
/external/tensorflow/tensorflow/python/framework/
Dauto_control_deps_test.py45 with context.graph_mode(), self.cached_session():
56 with context.graph_mode(), self.cached_session():
69 with context.graph_mode(), self.cached_session():
88 with context.graph_mode(), self.cached_session():
106 with context.graph_mode(), self.cached_session():
117 with context.graph_mode(), self.cached_session():
168 with context.graph_mode(), self.cached_session():
568 with context.graph_mode(), self.cached_session():
590 with context.graph_mode(), self.cached_session():
614 with context.graph_mode(), self.cached_session():
[all …]
Dcombinations.py48 return [ops.Graph().as_default(), context.graph_mode()]
Dsparse_tensor_test.py88 with context.graph_mode():
/external/tensorflow/tensorflow/python/distribute/
Dmirrored_strategy_test.py357 with context.graph_mode(), \
518 with context.graph_mode(), distribution.scope():
536 with context.graph_mode(), distribution.scope():
561 with context.graph_mode(), distribution.scope():
590 with context.graph_mode(), distribution.scope():
620 with context.graph_mode(), distribution.scope():
923 with context.graph_mode():
938 with context.graph_mode():
1197 with context.graph_mode(), self.cached_session() as sess:
1222 with context.graph_mode(), self.cached_session() as sess:
[all …]
Dmulti_worker_test_base.py544 with context.graph_mode():
691 with ops.Graph().as_default(), context.graph_mode():
Ddistribute_utils_test.py208 with context.graph_mode(), ops.Graph().as_default():
Dmirrored_variable_test.py534 with context.graph_mode(), distribution.scope():
/external/tensorflow/tensorflow/python/keras/benchmarks/
Dmodel_components_benchmarks_test.py198 with context.graph_mode():
211 with context.graph_mode():
217 with context.graph_mode():
238 with context.graph_mode():
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py81 def _set_handle_shapes_and_types(tensor, handle_data, graph_mode): argument
90 if not graph_mode:
147 graph_mode, argument
155 if not graph_mode:
169 if graph_mode:
171 _set_handle_shapes_and_types(handle, full_handle_data, graph_mode)
189 _set_handle_shapes_and_types(handle, handle_data, graph_mode)
194 graph_mode): argument
238 graph_mode, initial_value)
1736 graph_mode=self._in_graph_mode)
[all …]
Dcontrol_flow_ops_benchmark.py76 with context.graph_mode():
Dnn_loss_scaling_utilities_test.py134 with context.graph_mode():
/external/tensorflow/tensorflow/python/training/tracking/
Dutil_with_v1_optimizers_test.py105 with context.graph_mode():
122 with context.graph_mode():
139 with context.graph_mode():
/external/tensorflow/tensorflow/python/eager/
Dtape_test.py77 with context.graph_mode(), self.cached_session():
140 with context.graph_mode(), self.cached_session():
Dfunction_test.py253 with context.graph_mode(), self.cached_session():
275 with context.graph_mode(), self.cached_session():
301 with context.graph_mode(), self.cached_session():
320 with context.graph_mode(), self.cached_session():
335 with context.graph_mode(), self.cached_session():
367 with context.graph_mode(), self.cached_session():
959 with context.graph_mode(), self.cached_session():
1293 with context.graph_mode():
1312 with context.graph_mode():
1325 with context.graph_mode():
[all …]
Dlift_to_graph.py198 graph_mode=True)
Dfunction_gradients_test.py369 with context.graph_mode():
811 with context.graph_mode(), self.cached_session():
Dops_test.py96 with graph.as_default(), context.graph_mode():
/external/tensorflow/tensorflow/python/keras/tests/
Dtracking_util_test.py294 with context.graph_mode():
535 with context.graph_mode():
553 with context.graph_mode():
809 with context.graph_mode():
866 with context.graph_mode():
884 with context.graph_mode():
Dtracking_util_with_v1_optimizers_test.py347 with context.graph_mode():
616 with context.graph_mode():
671 with context.graph_mode():
689 with context.graph_mode():
/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_ops_test.py265 with context.graph_mode():
289 with context.graph_mode():
670 with context.graph_mode():
719 with context.graph_mode():
903 with context.graph_mode(), ops.Graph().as_default():
1174 with context.graph_mode():
1204 with context.graph_mode():
Dreverse_sequence_op_test.py139 with context.graph_mode():
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py537 with context.graph_mode():
Dmulti_device_iterator_ops.py403 with context.graph_mode():
/external/tensorflow/tensorflow/lite/python/
Dlite_test.py2207 @parameterized.named_parameters(('_graph', context.graph_mode),
2246 @parameterized.named_parameters(('_graph', context.graph_mode),
2340 @parameterized.named_parameters(('_graph', context.graph_mode),
2615 @parameterized.named_parameters(('_graph', context.graph_mode),

12