Searched refs:dbottom (Results 1 – 4 of 4) sorted by relevance
133 const float dbottom = y_lerp * input_grad[in_idx]; in ResizeBilinearGradKernel() local139 static_cast<T>((1 - x_lerp) * dbottom)); in ResizeBilinearGradKernel()145 static_cast<T>(x_lerp * dbottom)); in ResizeBilinearGradKernel()244 const float dbottom = y_lerp * input_grad[in_idx]; in LegacyResizeBilinearGradKernel() local250 static_cast<T>((1 - x_lerp) * dbottom)); in LegacyResizeBilinearGradKernel()256 static_cast<T>(x_lerp * dbottom)); in LegacyResizeBilinearGradKernel()
201 const float dbottom = y_lerp * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local207 static_cast<T>((1 - x_lerp) * dbottom)); in CropAndResizeBackpropImageKernel()213 static_cast<T>(x_lerp * dbottom)); in CropAndResizeBackpropImageKernel()
492 const float dbottom = y_lerp * grads(b, y, x, d); in operator ()() local494 static_cast<T>((1 - x_lerp) * dbottom); in operator ()()496 static_cast<T>(x_lerp * dbottom); in operator ()()
2323 dbottom, /* Difference in bottom margins */ in _ppdCacheGetPageSize() local2458 dbottom = size->bottom - jobsize.bottom; in _ppdCacheGetPageSize()2461 dtop <= -35 || dtop >= 35 || dbottom <= -35 || dbottom >= 35) in _ppdCacheGetPageSize()2465 dbottom = dbottom < 0 ? -dbottom : dbottom; in _ppdCacheGetPageSize()2467 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()2517 dbottom = pc->custom_size.bottom - jobsize.bottom; in _ppdCacheGetPageSize()2520 dtop > -35 && dtop < 35 && dbottom > -35 && dbottom < 35) in _ppdCacheGetPageSize()