Contents

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.

See Also

Creating Upsample Layers