Home
last modified time | relevance | path

Searched refs:weights_feature (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
H A Dsvdf_state.mod.py25 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 Dsvdf.mod.py27 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 Dsvdf2.mod.py27 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 Dsvdf_bias_present.mod.py27 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 Dsvdf_state_float16.mod.py25 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 Dsvdf_bias_present_float16.mod.py27 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 Dsvdf_float16.mod.py27 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 Dsvdf_state_relaxed.mod.py25 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 Dsvdf2_relaxed.mod.py27 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 Dsvdf_bias_present_relaxed.mod.py27 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 Dsvdf_relaxed.mod.py27 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 DSVDF.cpp73 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 Dtypes.hal1379 * 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 Dtypes.spec2371 * 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 Dtypes.hal1765 * 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 Dtypes.hal1809 * memory = push(conv1d(inputs, weights_feature, feature_dim,
1814 * * “weights_feature” is a weights matrix that processes the inputs (by
1839 * * 1: weights_feature.