Searched refs:graph_execution_trace (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_monitors.py | 69 graph_execution_trace): 288 graph_execution_trace): 292 if (graph_execution_trace.tensor_debug_mode == 296 graph_execution_trace)) 298 tensor_value, graph_execution_trace.wall_time, 299 graph_execution_trace.op_type, graph_execution_trace.output_slot, 301 elif graph_execution_trace.debug_tensor_value: 303 graph_execution_trace.tensor_debug_mode, 304 graph_execution_trace.debug_tensor_value, 305 graph_execution_trace.wall_time, [all …]
|
D | debug_events_writer.py | 121 def WriteGraphExecutionTrace(self, graph_execution_trace): argument 130 graph_execution_trace=graph_execution_trace)
|
D | debug_events_reader.py | 1044 graph_execution_trace = ( 1050 graph_execution_trace) 1054 trace_proto = debug_event.graph_execution_trace 1060 debug_event.graph_execution_trace.tfdbg_context_id) 1064 trace_proto = debug_event.graph_execution_trace 1337 return _parse_tensor_value(debug_event.graph_execution_trace.tensor_proto)
|
D | debug_v2_ops_test.py | 116 trace = debug_event.graph_execution_trace 127 trace = debug_event.graph_execution_trace 175 trace = debug_event.graph_execution_trace 219 trace = debug_event.graph_execution_trace 277 next(graph_trace_iter).debug_event.graph_execution_trace)
|
D | debug_events_monitors_test.py | 55 graph_execution_trace): 60 graph_execution_trace_index] = graph_execution_trace
|
D | debug_events_writer_test.py | 274 actuals = list(item.debug_event.graph_execution_trace 294 actuals = list(item.debug_event.graph_execution_trace
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer.cc | 251 GraphExecutionTrace* graph_execution_trace) { in WriteGraphExecutionTrace() argument 256 debug_event.set_allocated_graph_execution_trace(graph_execution_trace); in WriteGraphExecutionTrace() 262 debug_event.set_allocated_graph_execution_trace(graph_execution_trace); in WriteGraphExecutionTrace()
|
D | debug_events_writer.h | 150 Status WriteGraphExecutionTrace(GraphExecutionTrace* graph_execution_trace);
|
D | debug_events_writer_test.cc | 725 EXPECT_EQ(actuals[0].graph_execution_trace().tfdbg_context_id(), "graph_0"); in TEST_F() 754 EXPECT_EQ(actuals[i].graph_execution_trace().tfdbg_context_id(), in TEST_F() 782 EXPECT_EQ(actuals[index].graph_execution_trace().tfdbg_context_id().find( in TEST_F() 878 EXPECT_EQ(actuals[i].graph_execution_trace().tfdbg_context_id(), in TEST_F()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | debug_event.proto | 99 GraphExecutionTrace graph_execution_trace = 10; field
|