Searched defs:resized_height (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() 312 const int resized_height = input_grad.dimension(1); in operator ()() local
|
| D | image_resizer_state.h | 214 int64 resized_height; member
|
| D | conv_ops_fused_image_transform.cc | 114 int64 resized_height; member 171 int64 resized_height, const ImageResizerState& st, in CalculatePerCacheLineParameters() 260 int input_batches, int resized_height, int resized_width, in operator ()()
|
| D | resize_bilinear_op.cc | 307 const Eigen::Index resized_height = input_grad.dimension(1); in ResizeGradCore() local
|
| D | resize_bicubic_op.cc | 483 const int64 resized_height = resizer_state.resized_height; in ResizeBicubicGrad() local
|
| D | conv_ops_test.cc | 134 const int resized_height = image_height; in HandwrittenConv() local
|