Home
last modified time | relevance | path

Searched refs:hhash (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/
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],
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,
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,