Searched refs:hStepSize (Results 1 – 2 of 2) sorted by relevance
109 T_Roi hStepSize = roiHeight / static_cast<T_Roi>(outHeight); in roiAlignNhwc() local116 : std::ceil(static_cast<float>(hStepSize)); in roiAlignNhwc()119 T_Roi hBinSize = hStepSize / static_cast<T_Roi>(hSamplingRatio); in roiAlignNhwc()126 T_Roi hStart = hStepSize * i + hRoiStart; in roiAlignNhwc()127 T_Roi hEnd = hStepSize * (i + 1) + hRoiStart; in roiAlignNhwc()232 float hStepSize = roiHeight / static_cast<float>(outHeight); in roiAlignQuantNhwc() local238 heightSamplingRatio > 0 ? heightSamplingRatio : std::ceil(hStepSize); in roiAlignQuantNhwc()241 float hBinSize = hStepSize / static_cast<float>(hSamplingRatio); in roiAlignQuantNhwc()255 float hStart = hStepSize * i + hRoiStart; in roiAlignQuantNhwc()256 float hEnd = hStepSize * (i + 1) + hRoiStart; in roiAlignQuantNhwc()
105 T_Roi hStepSize = roiHeight / static_cast<T_Roi>(outHeight); in roiPoolingNhwc() local114 uint32_t hStart = std::floor(static_cast<float>(hStepSize * i + hRoiStart)); in roiPoolingNhwc()115 uint32_t hEnd = std::ceil(static_cast<float>(hStepSize * (i + 1) + hRoiStart)); in roiPoolingNhwc()