Searched refs:heatmap_float32 (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | HeatmapMaxKeypoint.cpp | 181 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant() local 182 convertQuantToFloat32(heatmap, heatmapShape.scale, heatmapShape.offset, &heatmap_float32); in heatmapMaxKeypointQuant() 188 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 203 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in heatmapMaxKeypointQuant() local 204 convertQuantToFloat32(heatmap, heatmapShape.scale, heatmapShape.offset, &heatmap_float32); in heatmapMaxKeypointQuant() 210 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in heatmapMaxKeypointQuant() 274 std::vector<float> heatmap_float32(getNumberOfElements(heatmapShape)); in execute() local 275 convertFloat16ToFloat32(heatmap, &heatmap_float32); in execute() 281 heatmap_float32.data(), heatmapShape, boxes_float32.data(), boxesShape, layout, in execute()
|