Home
last modified time | relevance | path

Searched defs:bucket_id (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/annotator/
Dquantization_test.cc49 const int bucket_id = 0; in TEST() local
67 const int bucket_id = 1; in TEST() local
90 const int bucket_id = 1; in TEST() local
113 const int bucket_id = 1; in TEST() local
133 const int bucket_id = 1; in TEST() local
Dquantization.cc30 const int bucket_id, float* dest, int dest_size) { in DequantizeAdd8bit()
42 int quantization_bits, int bucket_id, float* dest, in DequantizeAddNBit()
75 int quantization_bits, int bucket_id, float* dest, in DequantizeAdd()
Dmodel-executor.cc161 const int bucket_id = sparse_features.data()[i]; in AddEmbedding() local
/external/tensorflow/tensorflow/core/kernels/
Dstring_to_hash_bucket_op.h50 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
92 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
Dstring_to_hash_bucket_op.cc47 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dgrouping.py197 def window_size_fn(bucket_id): argument
213 def batching_fn(bucket_id, grouped_dataset): argument