Home
last modified time | relevance | path

Searched refs:graph_execution_trace_to_tensor_value (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Ddumping_callback_test.py375 reader.graph_execution_trace_to_tensor_value(const_trace)
734 reader.graph_execution_trace_to_tensor_value(trace)
741 reader.graph_execution_trace_to_tensor_value(trace)
924 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
998 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
1115 tensor_values = [reader.graph_execution_trace_to_tensor_value(trace)
1129 reader.graph_execution_trace_to_tensor_value(trace)
1133 reader.graph_execution_trace_to_tensor_value(trace)
1208 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
1294 tensor_values = [reader.graph_execution_trace_to_tensor_value(trace)
[all …]
H A Ddebug_events_monitors_test.py178 reader.graph_execution_trace_to_tensor_value(traces[0]),
184 reader.graph_execution_trace_to_tensor_value(traces[1]),
190 reader.graph_execution_trace_to_tensor_value(traces[2]),
196 reader.graph_execution_trace_to_tensor_value(traces[3]), [0])
201 reader.graph_execution_trace_to_tensor_value(traces[4]), 17.)
443 mock_reader.graph_execution_trace_to_tensor_value.return_value = np.array(
H A Ddebug_events_monitors.py291 self._debug_data_reader.graph_execution_trace_to_tensor_value(
H A Ddebug_events_reader.py1319 def graph_execution_trace_to_tensor_value(self, trace): member in DebugDataReader