Reshape
public final class Reshape : Model
A reshape model.
-
Declaration
Swift
public init( dimensions: TensorShape, offset: TensorShape? = nil, strides: TensorShape? = nil, format: TensorFormat? = nil, name: String = "" )