init(shape:)
Creates a reshape layer with the shape you specify.
Declaration
convenience init?(shape: [Int])Parameters
- shape:
An array that contains the size of each dimension.
Creates a reshape layer with the shape you specify.
convenience init?(shape: [Int])An array that contains the size of each dimension.