Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DHeatmapMaxKeypoint.cpp96 float* outputKeypointBase = outputKeypointData; in heatmapMaxKeypointFloat32Nhwc() local
148 outputKeypointBase[0] = wRelativePos * roiWidth + wRoiStart; in heatmapMaxKeypointFloat32Nhwc()
149 outputKeypointBase[1] = hRelativePos * roiHeight + hRoiStart; in heatmapMaxKeypointFloat32Nhwc()
150 outputKeypointBase += 2; in heatmapMaxKeypointFloat32Nhwc()