Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto29 repeated uint64 location_id = 1; field
/external/perf_data_converter/src/
Dprofile.proto100 repeated uint64 location_id = 1; field
Dbuilder.cc178 for (uint64 location_id : sample.location_id()) { in CheckValid() local
Dperf_data_converter.cc444 for (const auto& location_id : sample_key.stack) { in AddOrUpdateSample() local