Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py223 def add(self, datum, location_ids): argument
234 sample.location_id.extend(location_ids)
321 location_ids = []
343 location_ids.append(location_index)
344 samples.add(datum, location_ids)
/external/perf_data_converter/src/
Dbuilder.cc142 std::unordered_set<uint64> location_ids; in CheckValid() local
146 const bool insert_successful = location_ids.insert(id).second; in CheckValid()
184 if (location_ids.count(location_id) == 0) { in CheckValid()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc185 void Add(const CodeNode* node, const std::vector<uint64>& location_ids) { in Add() argument
200 for (uint64 id : location_ids) { in Add()