Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node.h49 const std::map<int64_t, string>* id_to_string) in Trace()
70 CallStack(const CodeDef& def, const std::map<int64_t, string>* id_to_string) in CallStack()
310 const std::map<int64_t, string>* id_to_string, in TFGraphNode()
359 const std::map<int64_t, string>* id_to_string) { in AddCode()
436 const std::map<int64_t, string>* id_to_string) { in FromProto()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dtfprof_log.proto47 map<int64, string> id_to_string = 2; field
66 map<int64, string> id_to_string = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/lib/
H A Dsource_remote.py72 def _source_file_paths_outside_tensorflow_py_library(code_defs, id_to_string): argument
H A Dgrpc_debug_test_server.py358 def _code_def_to_traceback(self, code_def, id_to_string): argument
/aosp_15_r20/frameworks/wilhelm/tests/examples/
H A DxaVideoDecoderCapabilities.cpp64 const char *id_to_string(XAuint32 id, const id_to_string_t *table, size_t numEntries) in id_to_string() function