/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | lsh_projection_2.mod.py | 17 num_input = 3 variable 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection.mod.py | 17 num_input = 3 variable 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection_weights_as_inputs.mod.py | 17 num_input = 3 variable 24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | lsh_projection_float16.mod.py | 17 num_input = 3 variable 25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 26 weight = Input("weight", "TENSOR_FLOAT16", "{%d}" % (num_input))
|
D | lsh_projection_deprecated.mod.py | 17 num_input = 3 variable 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection_4_relaxed.mod.py | 17 num_input = 3 variable 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection_3_relaxed.mod.py | 17 num_input = 3 variable 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | lsh_projection_2_relaxed.mod.py | 17 num_input = 3 variable 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection_relaxed.mod.py | 17 num_input = 3 variable 26 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 27 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|
D | lsh_projection_weights_as_inputs_relaxed.mod.py | 17 num_input = 3 variable 24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits)) 25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
|