Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback_test.py296 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
307 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
323 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
338 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
412 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1124 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1301 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1306 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1313 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
1326 tensor_id = reader.graph_execution_trace_to_tensor_id(trace)
H A Ddebug_events_reader.py1345 def graph_execution_trace_to_tensor_id(self, trace): member in DebugDataReader