Home
last modified time | relevance | path

Searched defs:num_buckets (Results 1 – 25 of 58) sorted by relevance

123

/external/libtextclassifier/native/annotator/
Dquantization_test.cc87 const int num_buckets = 3; in TEST() local
110 const int num_buckets = 3; in TEST() local
130 const int num_buckets = 3; in TEST() local
Dmodel-executor.cc70 int num_buckets = embeddings->dims->data[0]; in FromBuffer() local
91 int num_buckets, int bytes_per_embedding, int output_embedding_size, in TFLiteEmbeddingExecutor()
/external/cronet/net/third_party/quiche/src/quiche/common/platform/default/quiche_platform_impl/
Dquiche_client_stats_impl.h26 num_buckets, docstring) \ argument
32 num_buckets, docstring) \ argument
/external/tensorflow/tensorflow/core/kernels/
Dtensor_to_hash_bucket_op_gpu.cu.cc69 int64 num_buckets, int64* __restrict__ hashes) { in ComputeHashes()
88 OpKernelContext* c, const int64 num_buckets, const T* input, in operator ()()
/external/webrtc/modules/audio_coding/neteq/mock/
Dmock_histogram.h21 MockHistogram(size_t num_buckets, int forget_factor) in MockHistogram()
/external/webrtc/modules/video_coding/
Dhistogram.cc19 Histogram::Histogram(size_t num_buckets, size_t max_num_values) { in Histogram()
/external/XNNPACK/src/
Dcache.c112 enum xnn_status xnn_init_cache_with_size(struct xnn_cache* cache, size_t num_buckets, enum xnn_cach… in xnn_init_cache_with_size()
126 enum xnn_status xnn_init_code_cache_with_size(struct xnn_code_cache* cache, size_t num_buckets) in xnn_init_code_cache_with_size()
308 size_t num_buckets, in xnn_internal_init_weights_cache()
/external/perfetto/src/tracing/core/
Dhistogram.h51 static constexpr size_t num_buckets() { return kNumBuckets; } in num_buckets() function
/external/webrtc/modules/audio_coding/neteq/
Dhistogram.cc23 Histogram::Histogram(size_t num_buckets, in Histogram()
/external/libtextclassifier/native/utils/
Dtoken-feature-extractor.h32 int num_buckets = 0; member
/external/tensorflow/tensorflow/python/ops/
Dstring_ops.py505 def string_to_hash_bucket(input, num_buckets, name=None): argument
538 num_buckets=None, argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_array_ops.py765 def cross_hashed(inputs, num_buckets=0, hash_key=None, name=None): argument
805 num_buckets=0, argument
Dragged_cross_op_test.py296 num_buckets=0, argument
/external/tensorflow/tensorflow/core/ops/
Dboosted_trees_ops.cc316 int num_buckets; in __anon0a5055ea0902() local
359 int num_buckets; in __anon0a5055ea0a02() local
409 int num_buckets; in __anon0a5055ea0b02() local
/external/tensorflow/tensorflow/python/feature_column/
Dfeature_column_v2.py1600 def categorical_column_with_identity(key, num_buckets, default_value=None): argument
2266 def num_buckets(self): member in CategoricalColumn
2808 def num_buckets(self): member in BucketizedColumn
3170 num_buckets, argument
3433 def num_buckets(self): member in HashedCategoricalColumn
3592 def num_buckets(self): member in VocabularyFileCategoricalColumn
3711 def num_buckets(self): member in VocabularyListCategoricalColumn
3823 def num_buckets(self): member in IdentityCategoricalColumn
3904 def num_buckets(self): member in WeightedCategoricalColumn
4081 def num_buckets(self): member in CrossedColumn
[all …]
Dsequence_feature_column.py88 key, num_buckets, default_value=None): argument
/external/XNNPACK/src/xnnpack/
Dcache.h54 size_t num_buckets; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/
Dstats.cc101 int num_buckets, double count_below) { in threshold_for_count_below()
/external/grpc-grpc/src/core/lib/debug/
Dstats.cc96 int num_buckets, double count_below) { in threshold_for_count_below()
/external/google-fruit/include/fruit/impl/data_structures/
Dsemistatic_map.templates.h46 std::size_t num_buckets = size_t(1) << num_bits; in SemistaticMap() local
/external/cronet/base/android/
Dnative_uma_recorder.cc93 size_t num_buckets = static_cast<size_t>(j_num_buckets); in ExponentialHistogram() local
117 size_t num_buckets = static_cast<size_t>(j_num_buckets); in LinearHistogram() local
/external/libchrome/base/android/
Drecord_histogram.cc113 int32_t num_buckets = static_cast<int32_t>(j_num_buckets); in JNI_RecordHistogram_CustomCountHistogram() local
140 int32_t num_buckets = static_cast<int32_t>(j_num_buckets); in JNI_RecordHistogram_LinearCountHistogram() local
/external/cronet/third_party/brotli/enc/
Dcompound_dictionary.c19 uint32_t num_buckets = 1u << bucket_bits; in CreatePreparedDictionaryWithParams() local
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dhash_map.hpp230 void rehash(std::size_t num_buckets) in rehash()
/external/libvpx/
Drate_hist.c127 int *num_buckets) { in merge_hist_buckets()

123