Home
last modified time | relevance | path

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

/external/perfetto/tools/proto_filter/
Dproto_filter.cc270 int32_t num_occurrences = it.second; in Main() local
273 num_occurrences < 0 ? "DROP" : "PASS", std::abs(num_occurrences)); in Main()
/external/boringssl/src/crypto/test/
Dfile_test.cc209 const size_t num_occurrences = ++attribute_count_[key]; in ReadNext() local
210 if (num_occurrences > 1) { in ReadNext()
211 mapped_key += "/" + std::to_string(num_occurrences); in ReadNext()
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.h186 void SetNumOccurrences(int64 num_occurrences) { in SetNumOccurrences() argument
187 event_->set_num_occurrences(num_occurrences); in SetNumOccurrences()
Dxplane_visitor.h181 int64 NumOccurrences() const { return event_->num_occurrences(); } in NumOccurrences()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto95 int64 num_occurrences = 3; field
Dxplane.proto88 int64 num_occurrences = 5; field
/external/tensorflow/tensorflow/core/profiler/convert/
Dxplane_to_memory_profile.cc386 allocation->set_num_occurrences(allocation->num_occurrences() + 1); in ProcessActiveAllocations()