Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dtfprof_logger.py68 def _str_id(s, str_to_id): function
118 trace.file_id = _str_id(tb[0], string_to_id) if tb[0] else 0
120 trace.function_id = _str_id(tb[2], string_to_id) if tb[2] else 0
121 trace.line_id = _str_id(tb[3], string_to_id) if tb[3] else 0