Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DHeatmapMaxKeypoint.cpp105 float* outputKeypointBase = outputKeypointData; in heatmapMaxKeypointFloat32Nhwc() local
157 outputKeypointBase[0] = wRelativePos * roiWidth + wRoiStart; in heatmapMaxKeypointFloat32Nhwc()
158 outputKeypointBase[1] = hRelativePos * roiHeight + hRoiStart; in heatmapMaxKeypointFloat32Nhwc()
159 outputKeypointBase += 2; in heatmapMaxKeypointFloat32Nhwc()