Contents

insert(_:for:)

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

Declaration

mutating func insert(_ rawView: consuming NDArray.RawView, for inputName: String)

Parameters

  • rawView:

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

  • inputName:

    The name of the input to set.

See Also

Adding inputs