Searched refs:boxes (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/models/ |
D | heatmap_max_keypoint.model.cpp | 11 auto boxes = model->addOperand(&type2); in CreateModel_nhwc() local 18 …model->addOperation(ANEURALNETWORKS_HEATMAP_MAX_KEYPOINT, {heatmap, boxes, layout}, {score, keypoi… in CreateModel_nhwc() 21 {heatmap, boxes}, in CreateModel_nhwc() 39 auto boxes = model->addOperand(&type2); in CreateModel_nhwc_relaxed() local 46 …model->addOperation(ANEURALNETWORKS_HEATMAP_MAX_KEYPOINT, {heatmap, boxes, layout}, {score, keypoi… in CreateModel_nhwc_relaxed() 49 {heatmap, boxes}, in CreateModel_nhwc_relaxed() 69 auto boxes = model->addOperand(&type12); in CreateModel_nhwc_float16() local 76 …model->addOperation(ANEURALNETWORKS_HEATMAP_MAX_KEYPOINT, {heatmap, boxes, layout}, {score, keypoi… in CreateModel_nhwc_float16() 79 {heatmap, boxes}, in CreateModel_nhwc_float16() 97 auto boxes = model->addOperand(&type2); in CreateModel_nchw() local [all …]
|
/frameworks/ml/nn/common/operations/ |
D | HeatmapMaxKeypoint.cpp | 83 const float* boxes, const Shape& boxesShape, in heatmapMaxKeypointFloat32Nhwc() argument 96 const float* boxInfoBase = boxes; in heatmapMaxKeypointFloat32Nhwc() 162 const float* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointFloat32() argument 173 return heatmapMaxKeypointFloat32Nhwc(heatmap_tmp, heatmapShape_tmp, boxes, boxesShape, in heatmapMaxKeypointFloat32() 179 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() argument 186 convertQuantToFloat32(boxes, boxesShape.scale, boxesShape.offset, &boxes_float32); in heatmapMaxKeypointQuant() 265 const auto boxes = context->getInputBuffer<_Float16>(kBoxesTensor); in execute() local 274 convertFloat16ToFloat32(boxes, &boxes_float32); in execute()
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1621 # generate a legend page explaining the meaning of the various boxes and
|
/frameworks/native/docs/ |
D | Doxyfile | 1893 # generate a legend page explaining the meaning of the various boxes and
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 2300 # explaining the meaning of the various boxes and arrows in the dot generated
|
D | Doxyfile.orig | 2291 # explaining the meaning of the various boxes and arrows in the dot generated
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 2482 # explaining the meaning of the various boxes and arrows in the dot generated
|
D | Doxyfile | 2482 # explaining the meaning of the various boxes and arrows in the dot generated
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 2434 # explaining the meaning of the various boxes and arrows in the dot generated
|