Home
last modified time | relevance | path

Searched defs:num_occurrences (Results 1 – 5 of 5) sorted by relevance

/external/perfetto/tools/proto_filter/
Dproto_filter.cc270 int32_t num_occurrences = it.second; in Main() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto95 int64 num_occurrences = 3; field
Dxplane.proto88 int64 num_occurrences = 5; field
/external/boringssl/src/crypto/test/
Dfile_test.cc209 const size_t num_occurrences = ++attribute_count_[key]; in ReadNext() local
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_builder.h186 void SetNumOccurrences(int64 num_occurrences) { in SetNumOccurrences()