Searched refs:hRoiEnd (Results 1 – 3 of 3) sorted by relevance
92 T_Roi hRoiEnd = roiInfo[3] * heightScale; in roiAlignNhwc() local95 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() local213 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()
86 int32_t hRoiEnd = std::round(static_cast<float>(roiInfo[3] * heightScale)); in roiPoolingNhwc() local90 T_Roi roiHeight = static_cast<T_Roi>(std::max(hRoiEnd - hRoiStart + 1, 1)); in roiPoolingNhwc()
140 float hRoiEnd = boxInfoBase[3]; in heatmapMaxKeypointFloat32Nhwc() local142 float roiHeight = hRoiEnd - hRoiStart; in heatmapMaxKeypointFloat32Nhwc()