Searched refs:boxes_float32 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | HeatmapMaxKeypoint.cpp | 192 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant() local 193 convertQuantToFloat32(boxes, boxesShape.scale, boxesShape.offset, &boxes_float32); in heatmapMaxKeypointQuant() 197 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 214 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant() local 215 convertQuantToFloat32(boxes, boxesShape.scale, boxesShape.offset, &boxes_float32); in heatmapMaxKeypointQuant() 219 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 315 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in execute() local 316 convertFloat16ToFloat32(boxes, &boxes_float32); in execute() 320 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in execute()
|