Home
last modified time | relevance | path

Searched refs:num_input (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Dlsh_projection_2.mod.py17 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))
Dlsh_projection.mod.py17 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))
Dlsh_projection_weights_as_inputs.mod.py17 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/
Dlsh_projection_float16.mod.py17 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))
Dlsh_projection_deprecated.mod.py17 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))
Dlsh_projection_4_relaxed.mod.py17 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))
Dlsh_projection_3_relaxed.mod.py17 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/
Dlsh_projection_2_relaxed.mod.py17 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))
Dlsh_projection_relaxed.mod.py17 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))
Dlsh_projection_weights_as_inputs_relaxed.mod.py17 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))