conv_ops_fused.cc | 121 int64 padded_height; member in struct:tensorflow::__anon39706::ResizeTaskParameters 260 int padded_height, int padded_width, int input_depth, 267 if ((input_batches <= 0) || (padded_width <= 0) || (padded_height <= 0) || 270 << input_batches << ", " << padded_height << ", " 299 padded_height + 1) / 305 ((output_height - 1) * stride_rows + filter_height - padded_height) / 318 task_params.padded_height = padded_height; 494 (cache_y >= task_params.padded_height)) { [all...] |