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 : BitwiseCopyableParameters
- view:
A typed view of the array to use as the input value.
- inputName:
The name of the input to set.