/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | svdf_state.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 38 weights_feature: [
|
H A D | svdf.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 41 weights_feature: [
|
H A D | svdf2.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 41 weights_feature: [
|
H A D | svdf_bias_present.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 41 weights_feature: [
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | svdf_state_float16.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (units, input_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 38 weights_feature: [
|
H A D | svdf_bias_present_float16.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 41 weights_feature: [
|
H A D | svdf_float16.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 41 weights_feature: [
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | svdf_state_relaxed.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable 34 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 39 weights_feature: [
|
H A D | svdf2_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 42 weights_feature: [
|
H A D | svdf_bias_present_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 42 weights_feature: [
|
H A D | svdf_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable 36 model = model.Operation("SVDF", input, weights_feature, weights_time, bias, state_in, 42 weights_feature: [
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | SVDF.cpp | 73 const RunTimeOperandInfo* weights_feature = in Prepare() local 82 const uint32_t num_filters = SizeOfDimension(weights_feature, 0); in Prepare() 86 NN_CHECK_EQ(SizeOfDimension(input, 1), SizeOfDimension(weights_feature, 1)); in Prepare()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/ |
H A D | types.hal | 1379 * memory = push(conv1d(inputs, weights_feature, feature_dim, 1384 * * “weights_feature” is a weights matrix that processes the inputs (by 1408 * * 1: weights_feature.
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 2371 * memory = push(conv1d(inputs, weights_feature, feature_dim, 2376 * * “weights_feature” is a weights matrix that processes the inputs (by 2403 * * 1: weights_feature.
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 1765 * memory = push(conv1d(inputs, weights_feature, feature_dim, 1770 * * “weights_feature” is a weights matrix that processes the inputs (by 1795 * * 1: weights_feature.
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/ |
H A D | types.hal | 1809 * memory = push(conv1d(inputs, weights_feature, feature_dim, 1814 * * “weights_feature” is a weights matrix that processes the inputs (by 1839 * * 1: weights_feature.
|