Home
last modified time | relevance | path

Searched refs:graph_debug_info (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Derror_interpolation_test.py130 def _getFirstStackTraceForFile(self, graph_debug_info, key, file_index): argument
131 self.assertIn(key, graph_debug_info.traces)
132 stack_trace = graph_debug_info.traces[key]
162 graph_debug_info = error_interpolation.create_graph_debug_info_def(
165 for file_index, file_name in enumerate(graph_debug_info.files):
170 "Could not find this file in trace:" + repr(graph_debug_info))
173 global_flc = self._getFirstStackTraceForFile(graph_debug_info, "Global@",
175 op1_flc = self._getFirstStackTraceForFile(graph_debug_info, "One@func1",
177 op2_flc = self._getFirstStackTraceForFile(graph_debug_info, "Two@func2",
Dmeta_graph.py1061 graph_debug_info = error_interpolation.create_graph_debug_info_def(
1065 graph_debug_info,
/external/tensorflow/tensorflow/core/protobuf/
DBUILD31 "graph_debug_info.proto",
51 "graph_debug_info",
Ddebug_event.proto6 import "tensorflow/core/protobuf/graph_debug_info.proto";
/external/tensorflow/tensorflow/python/saved_model/
Dload.py905 root.graph_debug_info = loader.adjust_debug_info_func_names(debug_info)
915 root.graph_debug_info = debug_info
Dsave.py857 graph_debug_info = error_interpolation.create_graph_debug_info_def(
863 graph_debug_info.SerializeToString(deterministic=True))
/external/tensorflow/tensorflow/lite/python/
Dlite.py653 _convert_debug_info_func(self._trackable_obj.graph_debug_info),
772 _convert_debug_info_func(self._trackable_obj.graph_debug_info),
/external/tensorflow/tensorflow/core/
DBUILD173 "//tensorflow/core/protobuf:graph_debug_info.proto",