Home
last modified time | relevance | path

Searched defs:tensor_debug_mode (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py102 tensor_debug_mode): argument
125 def testPureEagerOpExecution(self, tensor_debug_mode): argument
272 def testModesSummarizingBadNumericalValue(self, tensor_debug_mode): argument
352 def testConstTensorsAreCaptured(self, tensor_debug_mode): argument
391 def testBooleanTensors(self, tensor_debug_mode): argument
464 def testNestedFunctionExecutionWithoutControlFlow(self, tensor_debug_mode): argument
763 def testGraphOpConsumingRelationIsCaptured(self, tensor_debug_mode): argument
1049 def testFunctionExecutionWithControlFlow(self, tensor_debug_mode): argument
1228 def testDisableTracingWorks(self, tensor_debug_mode): argument
1254 def testMultiThreadedExecutionWithSameSetting(self, tensor_debug_mode): argument
[all …]
Ddebug_events_monitors_test.py72 def testOnExecutionIsCalled(self, tensor_debug_mode): argument
117 def testOnGraphExecutionTraceIsCalled(self, tensor_debug_mode): argument
283 tensor_debug_mode, argument
322 tensor_debug_mode, argument
Ddumping_callback.py90 tensor_debug_mode, argument
167 def tensor_debug_mode(self): member in _DumpingCallback
295 tensor_debug_mode): argument
694 tensor_debug_mode=DEFAULT_TENSOR_DEBUG_MODE, argument
Ddebug_events_reader.py431 tensor_debug_mode, argument
458 def tensor_debug_mode(self): member in Execution
799 tensor_debug_mode, argument
823 def tensor_debug_mode(self): member in GraphExecutionTrace
Ddebug_events_monitors.py196 tensor_debug_mode, argument
/external/tensorflow/tensorflow/core/protobuf/
Ddebug_event.proto253 TensorDebugMode tensor_debug_mode = 6; field
291 TensorDebugMode tensor_debug_mode = 4; field
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer.cc277 const string& op_name, int32 output_slot, int32 tensor_debug_mode, in WriteGraphExecutionTrace()