Searched defs:resized_width (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 91 int channels, int resized_height, int resized_width, T* output_grad) { in ResizeBilinearGradKernel() 205 int channels, int resized_height, int resized_width, T* output_grad) { in LegacyResizeBilinearGradKernel() 313 const int resized_width = input_grad.dimension(2); in operator ()() local
|
D | image_resizer_state.h | 215 int64 resized_width; member
|
D | conv_ops_fused_image_transform.cc | 120 int64 resized_width; member 229 int64 resized_width, in CalculatePerCachePixelParameters() 260 int input_batches, int resized_height, int resized_width, in operator ()()
|
D | resize_bilinear_op.cc | 308 const Eigen::Index resized_width = input_grad.dimension(2); in ResizeGradCore() local
|
D | resize_bicubic_op.cc | 482 const int64 resized_width = resizer_state.resized_width; in ResizeBicubicGrad() local
|
D | conv_ops_test.cc | 133 const int resized_width = image_width; in HandwrittenConv() local
|