Searched defs:boxesShape (Results 1 – 1 of 1) sorted by relevance
| /frameworks/ml/nn/common/operations/ |
| D | HeatmapMaxKeypoint.cpp | 89 const float* boxes, const Shape& boxesShape, in heatmapMaxKeypointFloat32Nhwc() 168 const float* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointFloat32() 185 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 207 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 262 Shape boxesShape = context->getInputShape(kBoxesTensor); in prepare() local 306 const auto boxesShape = context->getInputShape(kBoxesTensor); in execute() local
|