Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc216 const float dbottom = y_lerp * input_grad[in_idx]; in ResizeBilinearGradKernel() local
222 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() local
385 static_cast<T>((1 - x_lerp) * dbottom)); in LegacyResizeBilinearGradKernel()
391 static_cast<T>(x_lerp * dbottom)); in LegacyResizeBilinearGradKernel()
Dcrop_and_resize_op_gpu.cu.cc202 const float dbottom = y_lerp * grads_ptr[out_idx]; in CropAndResizeBackpropImageKernel() local
208 static_cast<T>((1 - x_lerp) * dbottom)); in CropAndResizeBackpropImageKernel()
214 static_cast<T>(x_lerp * dbottom)); in CropAndResizeBackpropImageKernel()
Dcrop_and_resize_op.cc513 const float dbottom = y_lerp * grads(b, y, x, d); in operator ()() local
515 static_cast<T>((1 - x_lerp) * dbottom); in operator ()()
517 static_cast<T>(x_lerp * dbottom); in operator ()()
/external/libcups/cups/
Dppd-cache.c2390 dbottom, /* Difference in bottom margins */ in _ppdCacheGetPageSize() local
2525 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()