Contents

applied(_:eventHandler:)

Reshapes a sequence of inputs.

Declaration

func applied<S>(_ input: S, eventHandler: EventHandler? = nil) throws -> [MLShapedArray<Scalar>] where S : Sequence, S.Element == MLShapedArray<Scalar>

Parameters

  • input:

    A sequence of input shaped arrays.

  • eventHandler:

    An event handler.

Return Value

An array of shaped arrays.

See Also

Performing the transformation