Home
last modified time | relevance | path

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

/external/perfetto/src/tools/proto_filter/
Dproto_filter.cc282 int32_t num_occurrences = it.second; in Main() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dxplane.proto88 int64 num_occurrences = 5; field
Dmemory_profile.proto95 int64 num_occurrences = 3; field
/external/cronet/third_party/boringssl/src/crypto/test/
Dfile_test.cc211 const size_t num_occurrences = ++attribute_count_[key]; in ReadNext() local
/external/boringssl/src/crypto/test/
Dfile_test.cc211 const size_t num_occurrences = ++attribute_count_[key]; in ReadNext() local
/external/rust/crates/quiche/deps/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.h234 void SetNumOccurrences(int64_t num_occurrences) { in SetNumOccurrences()