HomeSort by relevance Sort by last modified time
    Searched refs:_string_table (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 68 self._string_table = ['']
86 index = len(self._string_table)
87 self._string_table.append(value_str)
97 return len(self._string_table)
101 return self._string_table
113 self._string_table = string_table
137 function.name = self._string_table.index_of(function_name)
138 function.filename = self._string_table.index_of(file_path)
218 self._string_table = string_table
241 label.key = self._string_table.index_of('node_name'
    [all...]
  /test/vts/utils/python/archive/
archive_parser.py 62 self._string_table = dict()
120 self._string_table[acc] = string
127 if offset not in self._string_table:
129 name = self._string_table[offset]

Completed in 79 milliseconds