/external/tensorflow/tensorflow/python/debug/lib/ |
D | dumping_callback.py | 90 tensor_debug_mode, argument 96 self._tensor_debug_mode = tensor_debug_mode 167 def tensor_debug_mode(self): member in _DumpingCallback 295 tensor_debug_mode): argument 317 if (tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_TENSOR and 365 tensor_debug_mode = self._tensor_debug_mode 386 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.NO_TENSOR: 407 op_type, tensor, debug_tensor, tensor_debug_mode)) 408 elif tensor_debug_mode in (debug_event_pb2.TensorDebugMode.CURT_HEALTH, 414 tensor_debug_mode in ( [all …]
|
D | dumping_callback_test.py | 91 self.dump_root, tensor_debug_mode="NONSENSICAL") 102 tensor_debug_mode): argument 109 self.dump_root, tensor_debug_mode=tensor_debug_mode) 112 self.assertIn(tensor_debug_mode, log_messages[0]) 125 def testPureEagerOpExecution(self, tensor_debug_mode): argument 128 self.dump_root, tensor_debug_mode=tensor_debug_mode) 176 debug_event_pb2.TensorDebugMode.keys()[execution.tensor_debug_mode], 177 tensor_debug_mode) 178 if tensor_debug_mode == "NO_TENSOR": 182 elif tensor_debug_mode == "CURT_HEALTH": [all …]
|
D | debug_events_monitors.py | 196 tensor_debug_mode, argument 222 assert tensor_debug_mode != debug_event_pb2.TensorDebugMode.FULL_TENSOR 225 if tensor_debug_mode == debug_event_pb2.TensorDebugMode.CURT_HEALTH: 234 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.CONCISE_HEALTH: 247 elif tensor_debug_mode == debug_event_pb2.TensorDebugMode.FULL_HEALTH: 267 if (execution.tensor_debug_mode == 279 execution.tensor_debug_mode, 292 if (graph_execution_trace.tensor_debug_mode == 303 graph_execution_trace.tensor_debug_mode,
|
D | debug_events_monitors_test.py | 72 def testOnExecutionIsCalled(self, tensor_debug_mode): argument 74 self.dump_root, tensor_debug_mode=tensor_debug_mode) 94 if tensor_debug_mode == "NO_TENSOR": 96 elif tensor_debug_mode == "CONCISE_HEALTH": 100 elif tensor_debug_mode == "FULL_HEALTH": 106 elif tensor_debug_mode == "FULL_TENSOR": 117 def testOnGraphExecutionTraceIsCalled(self, tensor_debug_mode): argument 119 self.dump_root, tensor_debug_mode=tensor_debug_mode) 147 if tensor_debug_mode == "CONCISE_HEALTH": 160 elif tensor_debug_mode == "FULL_HEALTH": [all …]
|
D | debug_v2_ops_test.py | 74 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 83 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 120 self.assertEqual(trace.tensor_debug_mode, 131 self.assertEqual(trace.tensor_debug_mode, 154 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 179 self.assertEqual(trace.tensor_debug_mode, 204 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 222 self.assertEqual(trace.tensor_debug_mode, 255 tensor_debug_mode=debug_event_pb2.TensorDebugMode.FULL_TENSOR, 294 x, tensor_debug_mode=( [all …]
|
D | debug_events_reader.py | 431 tensor_debug_mode, argument 443 self._tensor_debug_mode = tensor_debug_mode 458 def tensor_debug_mode(self): member in Execution 486 "tensor_debug_mode": self.tensor_debug_mode, 799 tensor_debug_mode, argument 810 self._tensor_debug_mode = tensor_debug_mode 823 def tensor_debug_mode(self): member in GraphExecutionTrace 838 "tensor_debug_mode": self.tensor_debug_mode, 896 if (execution_proto.tensor_debug_mode == 899 elif (execution_proto.tensor_debug_mode != [all …]
|
D | check_numerics_callback.py | 223 tensor_debug_mode=(
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DebugIdentityV2.pbtxt | 37 name: "tensor_debug_mode" 89 name: "tensor_debug_mode" 148 name: "tensor_debug_mode"
|
D | DebugNumericSummaryV2.pbtxt | 29 name: "tensor_debug_mode"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | DebugNumericSummaryV2.pbtxt | 16 name: "tensor_debug_mode" 58 name: "tensor_debug_mode"
|
D | DebugIdentityV2.pbtxt | 37 name: "tensor_debug_mode"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_DebugIdentityV2.pbtxt | 32 name: "tensor_debug_mode" 48 The semantics of the input tensor depends on tensor_debug_mode. In typical
|
D | api_def_DebugNumericSummaryV2.pbtxt | 11 name: "tensor_debug_mode" 84 depends on the tensor_debug_mode attribute.
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.debugging.experimental.pbtxt | 9 …argspec: "args=[\'dump_root\', \'tensor_debug_mode\', \'circular_buffer_size\', \'op_regex\', \'te…
|
D | tensorflow.raw_ops.pbtxt | 1057 …s=[\'input\', \'tfdbg_context_id\', \'op_name\', \'output_slot\', \'tensor_debug_mode\', \'debug_u… 1069 …argspec: "args=[\'input\', \'output_dtype\', \'tensor_debug_mode\', \'tensor_id\', \'name\'], vara…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.debugging.experimental.pbtxt | 9 …argspec: "args=[\'dump_root\', \'tensor_debug_mode\', \'circular_buffer_size\', \'op_regex\', \'te…
|
D | tensorflow.raw_ops.pbtxt | 1057 …s=[\'input\', \'tfdbg_context_id\', \'op_name\', \'output_slot\', \'tensor_debug_mode\', \'debug_u… 1069 …argspec: "args=[\'input\', \'output_dtype\', \'tensor_debug_mode\', \'tensor_id\', \'name\'], vara…
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer.cc | 277 const string& op_name, int32 output_slot, int32 tensor_debug_mode, in WriteGraphExecutionTrace() argument 287 if (tensor_debug_mode > 0) { in WriteGraphExecutionTrace() 288 trace->set_tensor_debug_mode(TensorDebugMode(tensor_debug_mode)); in WriteGraphExecutionTrace()
|
D | debug_events_writer.h | 170 int32 tensor_debug_mode,
|
/external/tensorflow/tensorflow/python/debug/examples/v2/ |
D | debug_mnist_v2.py | 135 tensor_debug_mode=FLAGS.dump_tensor_debug_mode,
|
/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/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 2702 The semantics of the input tensor depends on tensor_debug_mode. In typical 2716 DefaultValuedAttr<I64Attr, "-1">:$tensor_debug_mode,
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 11559 name: "tensor_debug_mode" 11728 name: "tensor_debug_mode"
|