Searched refs:anchors3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | detection_postprocess.model.cpp | 1217 auto anchors3 = model->addOperand(&type2); in CreateModel_3() local 1256 …model->addOperation(ANEURALNETWORKS_DETECTION_POSTPROCESSING, {scores3, roi3, anchors3, param33, p… in CreateModel_3() 1259 {scores3, roi3, anchors3}, in CreateModel_3() 1283 auto anchors3 = model->addOperand(&type2); in CreateModel_relaxed_3() local 1322 …model->addOperation(ANEURALNETWORKS_DETECTION_POSTPROCESSING, {scores3, roi3, anchors3, param33, p… in CreateModel_relaxed_3() 1325 {scores3, roi3, anchors3}, in CreateModel_relaxed_3() 1351 auto anchors3 = model->addOperand(&type11); in CreateModel_float16_3() local 1390 …model->addOperation(ANEURALNETWORKS_DETECTION_POSTPROCESSING, {scores3, roi3, anchors3, param33, p… in CreateModel_float16_3() 1393 {scores3, roi3, anchors3}, in CreateModel_float16_3() 1417 auto anchors3 = model->addOperand(&type2); in CreateModel_dynamic_output_shape_3() local [all …]
|