Searched refs:right_pad_cols (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_backward_spatial_convolutions.h | 487 const TensorIndex right_pad_cols = variable 594 right_pad_cols, OutScalar(0)) 601 left_pad_cols, right_pad_cols, OutScalar(0))
|
D | eigen_backward_cuboid_convolutions.h | 482 const auto right_pad_cols = variable 592 bottom_pad_rows, left_pad_cols, right_pad_cols) 600 left_pad_cols, right_pad_cols)
|
D | conv_grad_ops_3d.cc | 361 int64 left_pad_cols, right_pad_cols; in Compute() local 380 &left_pad_cols, &right_pad_cols)); in Compute() 513 bottom_pad_planes, bottom_pad_rows, right_pad_cols, in Compute() 537 &bottom_pad_planes, &bottom_pad_rows, &right_pad_cols, in Compute() 566 bottom_pad_planes, bottom_pad_rows, right_pad_cols, in Compute() 829 int64 left_pad_cols, right_pad_cols; in Compute() local 848 &left_pad_cols, &right_pad_cols)); in Compute() 960 &bottom_pad_rows, &right_pad_cols, &input_offset, in Compute() 979 bottom_pad_planes, bottom_pad_rows, right_pad_cols, in Compute()
|