Contents

insert(_:for:)

Inserts a typed array view as the input with the specified name.

Declaration

mutating func insert<Element>(_ view: consuming NDArray.View<Element>, for inputName: String) where Element : BitwiseCopyable

Parameters

  • view:

    A typed view of the array to use as the input value.

  • inputName:

    The name of the input to set.

See Also

Adding inputs