Home
last modified time | relevance | path

Searched defs:roiHeight (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DRoiAlign.cpp107 T_Roi roiHeight = std::max(static_cast<float>(hRoiEnd - hRoiStart), 1.0f); in roiAlignNhwc() local
230 float roiHeight = std::max(hRoiEnd - hRoiStart, 1.0f); in roiAlignQuantNhwc() local
H A DRoiPooling.cpp103 T_Roi roiHeight = static_cast<T_Roi>(std::max(hRoiEnd - hRoiStart + 1, 1)); in roiPoolingNhwc() local
H A DHeatmapMaxKeypoint.cpp151 float roiHeight = hRoiEnd - hRoiStart; in heatmapMaxKeypointFloat32Nhwc() local
H A DGenerateProposals.cpp946 float roiWidth, roiHeight, xRoiCenter, yRoiCenter; in filterBoxes() local