Home
last modified time | relevance | path

Searched refs:outputKeypoint_float32 (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHeatmapMaxKeypoint.cpp195 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant() local
198 outputScore_float32.data(), outputScoreShape, outputKeypoint_float32.data(), in heatmapMaxKeypointQuant()
202 convertFloat32ToQuant(outputKeypoint_float32, outputKeypointShape.scale, in heatmapMaxKeypointQuant()
217 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in heatmapMaxKeypointQuant() local
220 outputScore_float32.data(), outputScoreShape, outputKeypoint_float32.data(), in heatmapMaxKeypointQuant()
224 convertFloat32ToQuant(outputKeypoint_float32, outputKeypointShape.scale, in heatmapMaxKeypointQuant()
318 std::vector<float> outputKeypoint_float32(getNumberOfElements(outputKeypointShape)); in execute() local
321 outputScore_float32.data(), outputScoreShape, outputKeypoint_float32.data(), in execute()
324 convertFloat32ToFloat16(outputKeypoint_float32, outputKeypointData); in execute()