Searched refs:graph_debug_info (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | error_interpolation_test.py | 130 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",
|
D | meta_graph.py | 1061 graph_debug_info = error_interpolation.create_graph_debug_info_def( 1065 graph_debug_info,
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | BUILD | 31 "graph_debug_info.proto", 51 "graph_debug_info",
|
D | debug_event.proto | 6 import "tensorflow/core/protobuf/graph_debug_info.proto";
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load.py | 905 root.graph_debug_info = loader.adjust_debug_info_func_names(debug_info) 915 root.graph_debug_info = debug_info
|
D | save.py | 857 graph_debug_info = error_interpolation.create_graph_debug_info_def( 863 graph_debug_info.SerializeToString(deterministic=True))
|
/external/tensorflow/tensorflow/lite/python/ |
D | lite.py | 653 _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/ |
D | BUILD | 173 "//tensorflow/core/protobuf:graph_debug_info.proto",
|