Searched refs:hStart (Results 1 – 2 of 2) sorted by relevance
101 uint32_t hStart = std::floor(static_cast<float>(hStepSize * i + hRoiStart)); in roiPoolingNhwc() local106 hStart = std::min(hStart, inHeight); in roiPoolingNhwc()112 for (uint32_t h = hStart; h < hEnd; h++) { in roiPoolingNhwc()
114 T_Roi hStart = hStepSize * i + hRoiStart; in roiAlignNhwc() local123 T_Roi y = hStart + hBinSize / 2 + hBinSize * yInd; in roiAlignNhwc()243 float hStart = hStepSize * i + hRoiStart; in roiAlignQuantNhwc() local250 float y = hStart + hBinSize / 2 + hBinSize * yInd; in roiAlignQuantNhwc()