Home
last modified time | relevance | path

Searched refs:graph_execution_trace_to_tensor_id (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py300 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
311 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
327 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
342 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
416 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1128 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1305 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1310 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1317 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1330 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
Ddebug_events_reader.py1352 def graph_execution_trace_to_tensor_id(self, trace): member in DebugDataReader