init(shape:)
Creates an upsample layer with the shape you specify.
Declaration
convenience init?(shape: [Int])Parameters
- shape:
An array that contains the dimensions of the result tensor.
Creates an upsample layer with the shape you specify.
convenience init?(shape: [Int])An array that contains the dimensions of the result tensor.