Home
last modified time | relevance | path

Searched defs:weights_feature (Results 1 – 23 of 23) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/models/
Dsvdf_float16.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_state.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf2_relaxed.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_relaxed.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present_relaxed.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_state_relaxed.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_bias_present_float16.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf_state_float16.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
Dsvdf2.model.cpp13 auto weights_feature = model->addOperand(&type1); in CreateModel() local
49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dsvdf_state_float16.mod.py25 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (units, input_size)) variable
Dsvdf_float16.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable
Dsvdf_bias_present_float16.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable
/frameworks/ml/nn/runtime/test/specs/V1_0/
Dsvdf_state.mod.py25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
Dsvdf_bias_present.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
Dsvdf2.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
Dsvdf.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
/frameworks/ml/nn/runtime/test/specs/V1_1/
Dsvdf_state_relaxed.mod.py25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
Dsvdf_relaxed.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
Dsvdf_bias_present_relaxed.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
Dsvdf2_relaxed.mod.py27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
/frameworks/ml/nn/common/operations/
DSVDF.cpp58 const RunTimeOperandInfo *weights_feature = in Prepare() local