Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp95 T_Roi roiHeight = std::max(static_cast<float>(hRoiEnd - hRoiStart), 1.0f); in roiAlignNhwc() local
218 float roiHeight = std::max(hRoiEnd - hRoiStart, 1.0f); in roiAlignQuantNhwc() local
DRoiPooling.cpp90 T_Roi roiHeight = static_cast<T_Roi>(std::max(hRoiEnd - hRoiStart + 1, 1)); in roiPoolingNhwc() local
DHeatmapMaxKeypoint.cpp142 float roiHeight = hRoiEnd - hRoiStart; in heatmapMaxKeypointFloat32Nhwc() local
DGenerateProposals.cpp833 float roiWidth, roiHeight, xRoiCenter, yRoiCenter; in filterBoxes() local