Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp92 T_Roi hRoiEnd = roiInfo[3] * heightScale; in roiAlignNhwc() local
95 T_Roi roiHeight = std::max(static_cast<float>(hRoiEnd - hRoiStart), 1.0f); in roiAlignNhwc()
202 float hRoiEnd = static_cast<float>(roiInfo[3]) * heightScale * 0.125f; in roiAlignQuantNhwc() local
213 NN_RET_CHECK(hRoiEnd <= inHeight); in roiAlignQuantNhwc()
215 NN_RET_CHECK_LE(hRoiStart, hRoiEnd); in roiAlignQuantNhwc()
218 float roiHeight = std::max(hRoiEnd - hRoiStart, 1.0f); in roiAlignQuantNhwc()
DRoiPooling.cpp86 int32_t hRoiEnd = std::round(static_cast<float>(roiInfo[3] * heightScale)); in roiPoolingNhwc() local
90 T_Roi roiHeight = static_cast<T_Roi>(std::max(hRoiEnd - hRoiStart + 1, 1)); in roiPoolingNhwc()
DHeatmapMaxKeypoint.cpp140 float hRoiEnd = boxInfoBase[3]; in heatmapMaxKeypointFloat32Nhwc() local
142 float roiHeight = hRoiEnd - hRoiStart; in heatmapMaxKeypointFloat32Nhwc()