Searched defs:boxesShape (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | HeatmapMaxKeypoint.cpp | 90 const float* boxes, const Shape& boxesShape, in heatmapMaxKeypointFloat32Nhwc() 169 const float* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointFloat32() 186 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 208 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 264 Shape boxesShape = context->getInputShape(kBoxesTensor); in prepare() local 308 const auto boxesShape = context->getInputShape(kBoxesTensor); in execute() local
|