Searched refs:hhash (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/specs/ |
D | lsh_projection_weights_as_inputs.mod.py | 23 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],
|
D | lsh_projection_2.mod.py | 23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable 29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
|
D | lsh_projection.mod.py | 23 hhash = Parameter("hash", "TENSOR_FLOAT32", "{%d, %d}" % (num_hash, num_bits), variable 29 model = model.Operation("LSH_PROJECTION", hhash, lookup, weight,
|