init(zeroPadding:)
Creates a padding layer with the zero padding sizes you specify.
Declaration
convenience init(zeroPadding: [Int])Parameters
- zeroPadding:
An array that contains the zero padding sizes.
Creates a padding layer with the zero padding sizes you specify.
convenience init(zeroPadding: [Int])An array that contains the zero padding sizes.