Searched defs:bucket_id (Results 1 – 8 of 8) sorted by relevance
/external/libtextclassifier/native/annotator/ |
D | quantization_test.cc | 49 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
|
D | quantization.cc | 30 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()
|
D | model-executor.cc | 161 const int bucket_id = sparse_features.data()[i]; in AddEmbedding() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_to_hash_bucket_fast_op.h | 50 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
|
D | string_to_hash_bucket_op.h | 57 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
|
D | string_to_hash_bucket_op.cc | 46 const uint64 bucket_id = input_hash % num_buckets_; in Compute() local
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | grouping.py | 223 def window_size_fn(bucket_id): argument 239 def batching_fn(bucket_id, grouped_dataset): argument
|
/external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
D | stats_ops.cc | 1026 const int32 bucket_id = stats_summary_indices(idx, 2); in Compute() local 1171 const int32 bucket_id = b_iter->first; in process_node() local 1425 int32 bucket_id; member 1465 const int32 bucket_id, in AddInstanceStatsToMap() 1496 const int32 feature_dims, const int32 bucket_id, in AddRangeStats() 1586 const int32 bucket_id = feature_values(i); in Compute() local
|