/frameworks/ml/nn/runtime/test/generated/models/ |
D | svdf_float16.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_state.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf2_relaxed.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_relaxed.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present_relaxed.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_state_relaxed.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 51 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present_float16.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf_state_float16.model.cpp | 13 auto weights_feature = model->addOperand(&type1); in CreateModel() local 49 auto weights_feature = model->addOperand(&type1); in CreateModel_dynamic_output_shape() local
|
D | svdf2.model.cpp | 13 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/ |
D | svdf_state_float16.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (units, input_size)) variable
|
D | svdf_float16.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable
|
D | svdf_bias_present_float16.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT16", "{%d, %d}" % (features, input_size)) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | svdf_state.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
|
D | svdf_bias_present.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
D | svdf2.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
D | svdf.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | svdf_state_relaxed.mod.py | 25 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (units, input_size)) variable
|
D | svdf_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
D | svdf_bias_present_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
D | svdf2_relaxed.mod.py | 27 weights_feature = Input("weights_feature", "TENSOR_FLOAT32", "{%d, %d}" % (features, input_size)) variable
|
/frameworks/ml/nn/common/operations/ |
D | SVDF.cpp | 58 const RunTimeOperandInfo *weights_feature = in Prepare() local
|