Home
last modified time | relevance | path

Searched refs:dbottom (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc133 const float dbottom = y_lerp * input_grad[in_idx]; in ResizeBilinearGradKernel() local
139 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() local
250 static_cast<T>((1 - x_lerp) * dbottom)); in LegacyResizeBilinearGradKernel()
256 static_cast<T>(x_lerp * dbottom)); in LegacyResizeBilinearGradKernel()
Dcrop_and_resize_op_gpu.cu.cc201 const float dbottom = y_lerp * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local
207 static_cast<T>((1 - x_lerp) * dbottom)); in CropAndResizeBackpropImageKernel()
213 static_cast<T>(x_lerp * dbottom)); in CropAndResizeBackpropImageKernel()
Dcrop_and_resize_op.cc492 const float dbottom = y_lerp * grads(b, y, x, d); in operator ()() local
494 static_cast<T>((1 - x_lerp) * dbottom); in operator ()()
496 static_cast<T>(x_lerp * dbottom); in operator ()()
/external/libcups/cups/
Dppd-cache.c2323 dbottom, /* Difference in bottom margins */ in _ppdCacheGetPageSize() local
2458 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()