/frameworks/ml/nn/runtime/test/generated/models/ |
D | svdf_float16.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_state.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf2_relaxed.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_relaxed.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present_relaxed.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_state_relaxed.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 52 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_bias_present_float16.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf_state_float16.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
D | svdf2.model.cpp | 14 auto weights_time = model->addOperand(&type2); in CreateModel() local 50 auto weights_time = model->addOperand(&type2); in CreateModel_dynamic_output_shape() local
|
/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | svdf_state_float16.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (units, memory_size)) variable
|
D | svdf_float16.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
|
D | svdf_bias_present_float16.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT16", "{%d, %d}" % (features, memory_size)) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | svdf_state.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable
|
D | svdf_bias_present.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
D | svdf2.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
D | svdf.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | svdf_state_relaxed.mod.py | 26 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (units, memory_size)) variable
|
D | svdf_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
D | svdf_bias_present_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
D | svdf2_relaxed.mod.py | 28 weights_time = Input("weights_time", "TENSOR_FLOAT32", "{%d, %d}" % (features, memory_size)) variable
|
/frameworks/ml/nn/common/operations/ |
D | SVDF.cpp | 60 const RunTimeOperandInfo *weights_time = in Prepare() local
|