Searched refs:dbottom (Results 1 – 4 of 4) sorted by relevance
216 const float dbottom = y_lerp * input_grad[in_idx]; in ResizeBilinearGradKernel() local222 static_cast<T>((1 - x_lerp) * dbottom)); in ResizeBilinearGradKernel()228 static_cast<T>(x_lerp * dbottom)); in ResizeBilinearGradKernel()379 const float dbottom = y_lerp * input_grad[in_idx]; in LegacyResizeBilinearGradKernel() local385 static_cast<T>((1 - x_lerp) * dbottom)); in LegacyResizeBilinearGradKernel()391 static_cast<T>(x_lerp * dbottom)); in LegacyResizeBilinearGradKernel()
202 const float dbottom = y_lerp * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local208 static_cast<T>((1 - x_lerp) * dbottom)); in CropAndResizeBackpropImageKernel()214 static_cast<T>(x_lerp * dbottom)); in CropAndResizeBackpropImageKernel()
513 const float dbottom = y_lerp * grads(b, y, x, d); in operator ()() local515 static_cast<T>((1 - x_lerp) * dbottom); in operator ()()517 static_cast<T>(x_lerp * dbottom); in operator ()()
2390 dbottom, /* Difference in bottom margins */ in _ppdCacheGetPageSize() local2525 dbottom = size->bottom - jobsize.bottom; in _ppdCacheGetPageSize()2528 dtop <= -35 || dtop >= 35 || dbottom <= -35 || dbottom >= 35) in _ppdCacheGetPageSize()2532 dbottom = dbottom < 0 ? -dbottom : dbottom; in _ppdCacheGetPageSize()2534 dmin = dleft + dright + dbottom + dtop; in _ppdCacheGetPageSize()2584 dbottom = pc->custom_size.bottom - jobsize.bottom; in _ppdCacheGetPageSize()2587 dtop > -35 && dtop < 35 && dbottom > -35 && dbottom < 35) in _ppdCacheGetPageSize()