| 632 | } |
| 633 | |
| 634 | int zero_padding(DimIndex dim) const { return GetDim(padding(), dim); } |
| 635 | int filter_stride(DimIndex dim) const { return GetDim(strides(), dim); } |
| 636 | int dilation_rate(DimIndex dim) const { return GetDim(dilations(), dim); } |
| 637 | // TODO(timshen): remove this function. No users of this class is setting a |