Searched refs:hhash (Results 1 - 6 of 6) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_0/
H A Dlsh_projection_weights_as_inputs.mod.py23 hhash = Input("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
31 hhash: [0.123, 0.456, -0.321, -0.654, 1.234, 5.678, -4.321, -8.765],
H A Dlsh_projection.mod.py23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
H A Dlsh_projection_2.mod.py23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
/frameworks/ml/nn/runtime/test/specs/V1_1/
H A Dlsh_projection_weights_as_inputs_relaxed.mod.py23 hhash = Input("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits)) variable
28 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight, type_param).To(output)
32 hhash: [0.123, 0.456, -0.321, -0.654, 1.234, 5.678, -4.321, -8.765],
H A Dlsh_projection_2_relaxed.mod.py23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
H A Dlsh_projection_relaxed.mod.py23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable
29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,

Completed in 224 milliseconds