Searched refs:boxes_float32 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | HeatmapMaxKeypoint.cpp | 183 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant() local 184 convertQuantToFloat32(boxes, boxesShape.scale, boxesShape.offset, &boxes_float32); in heatmapMaxKeypointQuant() 188 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 205 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in heatmapMaxKeypointQuant() local 206 convertQuantToFloat32(boxes, boxesShape.scale, boxesShape.offset, &boxes_float32); in heatmapMaxKeypointQuant() 210 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 276 std::vector<float> boxes_float32(getNumberOfElements(boxesShape)); in execute() local 277 convertFloat16ToFloat32(boxes, &boxes_float32); in execute() 281 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in execute()
|