| 246 | int64 filter_size(int dim) const { return spatial_dims[dim].filter_size; } |
| 247 | int64 output_size(int dim) const { return spatial_dims[dim].output_size; } |
| 248 | int64 stride(int dim) const { return spatial_dims[dim].stride; } |
| 249 | int64 dilation(int dim) const { return spatial_dims[dim].dilation; } |
| 250 | |
| 251 | // Compute padding for the given spatial dimension. |
no outgoing calls