Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
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: [
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: [
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: [
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
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: [
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: [
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: [
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: [
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
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: [
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: [
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: [
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: [
/packages/modules/NeuralNetworks/common/cpu_operations/
DSVDF.cpp75 const RunTimeOperandInfo* weights_feature = in Prepare() local
84 const uint32_t num_filters = SizeOfDimension(weights_feature, 0); in Prepare()
88 NN_CHECK_EQ(SizeOfDimension(input, 1), SizeOfDimension(weights_feature, 1)); in Prepare()
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec2424 * memory = push(conv1d(inputs, weights_feature, feature_dim,
2429 * * “weights_feature” is a weights matrix that processes the inputs (by
2456 * * 1: weights_feature.