Home
last modified time | relevance | path

Searched refs:input_hash (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstring_to_hash_bucket_op.h49 const uint64 input_hash = hash(input_flat(i)); in Compute() local
50 const uint64 bucket_id = input_hash % num_buckets_; in Compute()
91 const uint64 input_hash = hash(key_, input_flat(i)); in Compute() local
92 const uint64 bucket_id = input_hash % num_buckets_; in Compute()
Dstring_to_hash_bucket_op.cc46 const uint64 input_hash = Hash64(input_flat(i)); in Compute() local
47 const uint64 bucket_id = input_hash % num_buckets_; in Compute()
/external/v8/src/builtins/
Dbuiltins-number-gen.cc175 Node* input_hash = LoadNameHashField(input); in TF_BUILTIN() local
176 Branch(IsClearWord32(input_hash, in TF_BUILTIN()
184 DecodeWordFromWord32<String::ArrayIndexValueBits>(input_hash); in TF_BUILTIN()
289 Node* input_hash = LoadNameHashField(input); in TF_BUILTIN() local
290 GotoIf(IsSetWord32(input_hash, Name::kDoesNotContainCachedArrayIndexMask), in TF_BUILTIN()
295 DecodeWordFromWord32<String::ArrayIndexValueBits>(input_hash); in TF_BUILTIN()