Home
last modified time | relevance | path

Searched defs:num_hash (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DLSHProjection.cpp128 int num_hash = SizeOfDimension(hash, 0); in SparseLshProjection() local
148 int num_hash = SizeOfDimension(hash, 0); in DenseLshProjection() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dlsh_projection.cc148 int num_hash = SizeOfDimension(hash, 0); in SparseLshProjection() local
163 int num_hash = SizeOfDimension(hash, 0); in DenseLshProjection() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dlsh_projection_float16.mod.py18 num_hash = 4 variable
Dlsh_projection_3_relaxed.mod.py18 num_hash = 4 variable
Dlsh_projection_4_relaxed.mod.py18 num_hash = 4 variable
Dlsh_projection_deprecated.mod.py18 num_hash = 4 variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlsh_projection_2.mod.py18 num_hash = 4 variable
Dlsh_projection_weights_as_inputs.mod.py18 num_hash = 4 variable
Dlsh_projection.mod.py18 num_hash = 4 variable
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Dlsh_projection_weights_as_inputs_relaxed.mod.py18 num_hash = 4 variable
Dlsh_projection_relaxed.mod.py18 num_hash = 4 variable
Dlsh_projection_2_relaxed.mod.py18 num_hash = 4 variable
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dstring_projection_base.h112 inline int num_hash() { return num_hash_; } in num_hash() function