Searched defs:resized_height (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() 475 const int resized_height = input_grad.dimension(1); in operator ()() local
|
| D | resize_bilinear_op.cc | 279 const Eigen::Index resized_height = input_grad.dimension(1); in ResizeGradCore() local
|
| D | resize_bicubic_op.cc | 484 const int64 resized_height = resizer_state.resized_height; in ResizeBicubicGrad() local
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | conv_ops_fused_image_transform.cc | 115 int64 resized_height; member 172 int64 resized_height, const ImageResizerState& st, in CalculatePerCacheLineParameters() 261 int input_batches, int resized_height, int resized_width, in operator ()()
|
| D | conv_ops_test.cc | 137 const int resized_height = image_height; in HandwrittenConv() local
|
| /external/tensorflow/tensorflow/core/util/ |
| D | image_resizer_state.h | 230 int64 resized_height; member
|