Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_to_hash_bucket_op.h59 const uint64 input_hash = Fingerprint64(input_str); in operator() local
H A Dstring_to_hash_bucket_fast_op.h49 const uint64 input_hash = hash(input_flat(i)); in Compute() local
H A Dstring_to_hash_bucket_op.h56 const uint64 input_hash = hash(key_, input_flat(i)); in Compute() local
H A Dstring_to_hash_bucket_op.cc45 const uint64 input_hash = Hash64(input_flat(i)); in Compute() local
/aosp_15_r20/build/soong/cmd/sbox/sbox_proto/
H A Dsbox.proto49 optional string input_hash = 5; field
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_functional_ops.cc370 uint64 input_hash = 0; // initialization for determinism. in GetInputHash() local
474 uint64 input_hash) { in MaybeRegisterFingerprint()
1252 uint64 input_hash = GetInputHash(ctx); in ComputeAsync() local
1358 uint64 input_hash, in GetTpuCoreOrdinal()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dcommon_subgraph_elimination.cc106 uint64 input_hash = Hash64Combine( in ComputeSignature() local