Contents

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.