Searched defs:resized_width (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | resize_bilinear_op_gpu.cu.cc | 173 int resized_height, int resized_width, in ResizeBilinearGradKernel() 237 int original_width, int channels, int resized_height, int resized_width, in ResizeBilinearDeterministicGradKernel() 339 int original_width, int channels, int resized_height, int resized_width, in LegacyResizeBilinearGradKernel() 476 const int resized_width = input_grad.dimension(2); in operator ()() local
|
D | resize_bilinear_op.cc | 280 const Eigen::Index resized_width = input_grad.dimension(2); in ResizeGradCore() local
|
D | resize_bicubic_op.cc | 483 const int64 resized_width = resizer_state.resized_width; in ResizeBicubicGrad() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_fused_image_transform.cc | 121 int64 resized_width; member 230 int64 resized_width, in CalculatePerCachePixelParameters() 261 int input_batches, int resized_height, int resized_width, in operator ()()
|
D | conv_ops_test.cc | 136 const int resized_width = image_width; in HandwrittenConv() local
|
/external/tensorflow/tensorflow/core/util/ |
D | image_resizer_state.h | 231 int64 resized_width; member
|