Searched refs:num_hash (Results 1 - 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dlsh_projection.mod.py18 num_hash = 4 variable
23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits),
28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits))
H A Dlsh_projection_2.mod.py18 num_hash = 4 variable
23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits),
28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash))
H A Dlsh_projection_weights_as_inputs.mod.py18 num_hash = 4 variable
23 hhash = Input("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits))
27 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits))
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dlsh_projection_2_relaxed.mod.py18 num_hash = 4 variable
23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits),
28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash))
H A Dlsh_projection_relaxed.mod.py18 num_hash = 4 variable
23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits),
28 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits))
H A Dlsh_projection_weights_as_inputs_relaxed.mod.py18 num_hash = 4 variable
23 hhash = Input("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits))
27 output = Output("output", "TENSOR_INT32", "{%d}" % (num_hash * num_bits))
/frameworks/ml/nn/common/operations/
H A DLSHProjection.cpp116 int num_hash = SizeOfDimension(hash, 0); local
118 for (int i = 0; i < num_hash; i++) {
132 int num_hash = SizeOfDimension(hash, 0); local
134 for (int i = 0; i < num_hash; i++) {

Completed in 95 milliseconds