Searched defs:boxesShape (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | HeatmapMaxKeypoint.cpp | 81 const float* boxes, const Shape& boxesShape, in heatmapMaxKeypointFloat32Nhwc() 160 const float* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointFloat32() 177 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 199 const uint16_t* boxes, const Shape& boxesShape, bool layout, in heatmapMaxKeypointQuant() 225 Shape boxesShape = context->getInputShape(kBoxesTensor); in prepare() local 269 const auto boxesShape = context->getInputShape(kBoxesTensor); in execute() local
|