Searched defs:tensor_debug_mode (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | dumping_callback_test.py | 102 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 …]
|
D | debug_events_monitors_test.py | 72 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
|
D | dumping_callback.py | 90 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
|
D | debug_events_reader.py | 431 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
|
D | debug_events_monitors.py | 196 tensor_debug_mode, argument
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug_event.proto | 253 TensorDebugMode tensor_debug_mode = 6; field 291 TensorDebugMode tensor_debug_mode = 4; field
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer.cc | 277 const string& op_name, int32 output_slot, int32 tensor_debug_mode, in WriteGraphExecutionTrace()
|