Home
last modified time | relevance | path

Searched refs:num_hash_ (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/native/utils/tflite/
Dstring_projection_base.cc55 num_hash_(custom_options["num_hash"].AsInt32()), in StringProjectionOpBase()
107 for (int i = 0; i < num_hash_; i++) { in DenseLshProjection()
112 output->data.f[batch * num_hash_ * num_bits_ + hash_bit] = bit; in DenseLshProjection()
122 for (int i = 0; i < num_hash_; i++) { in DenseLshProjection()
127 output->data.uint8[batch * num_hash_ * num_bits_ + hash_bit] = in DenseLshProjection()
Dstring_projection_base.h112 inline int num_hash() { return num_hash_; } in num_hash()
128 int num_hash_; variable