Home
last modified time | relevance | path

Searched defs:id_to_string (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto46 map<int64, string> id_to_string = 2; field
65 map<int64, string> id_to_string = 4; field
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py77 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string): argument
Dgrpc_debug_test_server.py362 def _code_def_to_traceback(self, code_def, id_to_string): argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h50 const std::map<int64, string>* id_to_string) in Trace()
71 CallStack(const CodeDef& def, const std::map<int64, string>* id_to_string) in CallStack()
311 const std::map<int64, string>* id_to_string, in TFGraphNode()
360 const std::map<int64, string>* id_to_string) { in AddCode()
437 const std::map<int64, string>* id_to_string) { in FromProto()