Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_monitors_test.py182 reader.graph_execution_trace_to_tensor_value(traces[0]),
188 reader.graph_execution_trace_to_tensor_value(traces[1]),
194 reader.graph_execution_trace_to_tensor_value(traces[2]),
200 reader.graph_execution_trace_to_tensor_value(traces[3]), [0])
205 reader.graph_execution_trace_to_tensor_value(traces[4]), 17.)
447 mock_reader.graph_execution_trace_to_tensor_value.return_value = np.array(
Ddumping_callback_test.py379 reader.graph_execution_trace_to_tensor_value(const_trace)
738 reader.graph_execution_trace_to_tensor_value(trace)
745 reader.graph_execution_trace_to_tensor_value(trace)
928 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
1002 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
1119 tensor_values = [reader.graph_execution_trace_to_tensor_value(trace)
1133 reader.graph_execution_trace_to_tensor_value(trace)
1137 reader.graph_execution_trace_to_tensor_value(trace)
1212 tensor_values = [reader.graph_execution_trace_to_tensor_value(digest)
1298 tensor_values = [reader.graph_execution_trace_to_tensor_value(trace)
[all …]
Ddebug_events_monitors.py295 self._debug_data_reader.graph_execution_trace_to_tensor_value(
Ddebug_events_reader.py1326 def graph_execution_trace_to_tensor_value(self, trace): member in DebugDataReader