BNNSReduceFunctionNone
A reduction function that copies the input to the output.
Declaration
var BNNSReduceFunctionNone: BNNSReduceFunction { get }Discussion
BNNS provides this reduction function for use with some functions — such as BNNSScatter(_:_:_:_:_:_:) — to indicate that the operation copies the input to the output. BNNSReduceFunctionNone isn’t supported by the BNNS reduction layer, use BNNSCopy(_:_:_:) to perform a copy or conversion operation.
See Also
Reduction Functions
init(_:)init(rawValue:)rawValueBNNSReduceFunctionArgMaxBNNSReduceFunctionArgMinBNNSReduceFunctionL1NormBNNSReduceFunctionLogicalAndBNNSReduceFunctionAllBNNSReduceFunctionLogicalOrBNNSReduceFunctionLogSumBNNSReduceFunctionAnyBNNSReduceFunctionMaxBNNSReduceFunctionMeanBNNSReduceFunctionMeanNonZeroBNNSReduceFunctionMin