/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | svdf_state.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 43 weights_time: [
|
H A D | svdf.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 46 weights_time: [
|
H A D | svdf2.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 49 weights_time: [
|
H A D | svdf_bias_present.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 46 weights_time: [
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | svdf_state_float16.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (units, memory_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 43 weights_time: [
|
H A D | svdf_bias_present_float16.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 46 weights_time: [
|
H A D | svdf_float16.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 46 weights_time: [
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | svdf_state_relaxed.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 44 weights_time: [
|
H A D | svdf2_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 50 weights_time: [
|
H A D | svdf_bias_present_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 47 weights_time: [
|
H A D | svdf_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 47 weights_time: [
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | SVDF.cpp | 75 const RunTimeOperandInfo* weights_time = in Prepare() local 85 const uint32_t memory_size = SizeOfDimension(weights_time, 1); in Prepare() 87 NN_CHECK_EQ(SizeOfDimension(weights_time, 0), num_filters); in Prepare()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/ |
H A D | types.hal | 1381 * outputs = activation(memory * weights_time + bias); 1388 * * “weights_time” is a weights matrix that processes the “memory” (by a 1411 * * 2: weights_time.
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 2373 * outputs = activation(memory * weights_time + bias); 2380 * * “weights_time” is a weights matrix that processes the “memory” (by a 2406 * * 2: weights_time.
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 1767 * outputs = activation(memory * weights_time + bias); 1774 * * “weights_time” is a weights matrix that processes the “memory” (by a 1798 * * 2: weights_time.
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 1811 * outputs = activation(memory * weights_time + bias); 1818 * * “weights_time” is a weights matrix that processes the “memory” (by a 1842 * * 2: weights_time.
|