Home
last modified time | relevance | path

Searched refs:location_ids (Results 1 – 4 of 4) 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/perfetto/tools/protoprofile/
Dmain.cc214 protozero::PackedVarInt location_ids; in Compute() local
217 location_ids.Append(static_cast<uint64_t>(*it)); in Compute()
219 sample->set_location_id(location_ids); in Compute()
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc448 const auto& location_ids = locations_.LocationsForCallstack(callstack_id); in AddSample() local
449 if (location_ids.empty()) { in AddSample()
458 for (auto it = location_ids.rbegin(); it != location_ids.rend(); ++it) in AddSample()
466 seen_locations_.insert(location_ids.cbegin(), location_ids.cend()); in AddSample()
/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()