Home
last modified time | relevance | path

Searched defs:resized_width (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bilinear_op_gpu.cu.cc173 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
Dresize_bilinear_op.cc280 const Eigen::Index resized_width = input_grad.dimension(2); in ResizeGradCore() local
Dresize_bicubic_op.cc483 const int64 resized_width = resizer_state.resized_width; in ResizeBicubicGrad() local
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc121 int64 resized_width; member
230 int64 resized_width, in CalculatePerCachePixelParameters()
261 int input_batches, int resized_height, int resized_width, in operator ()()
Dconv_ops_test.cc136 const int resized_width = image_width; in HandwrittenConv() local
/external/tensorflow/tensorflow/core/util/
Dimage_resizer_state.h231 int64 resized_width; member