scatterND(input:indices:output:reductionFunction:filterParameters:)
Scatters the slices of a tensor.
Declaration
static func scatterND(input: BNNSNDArrayDescriptor, indices: BNNSNDArrayDescriptor, output: BNNSNDArrayDescriptor, reductionFunction: BNNS.ReductionFunction, filterParameters: BNNSFilterParameters? = nil) throwsParameters
- input:
The input descriptor.
- indices:
The indices descriptor.
- output:
The output descriptor.
- reductionFunction:
The reduction operation that the function uses to reduce existing output value with scattered value.
- filterParameters:
The runtime filter parameters.
See Also
Related Documentation
Gather and scatter operations
Calculating the dominant colors in an imagegather(input:indices:output:axis:filterParameters:)gatherND(input:indices:output:filterParameters:)scatter(input:indices:output:axis:reductionFunction:filterParameters:)BNNSGather(_:_:_:_:_:)BNNSGatherND(_:_:_:_:)BNNSScatter(_:_:_:_:_:_:)BNNSScatterND(_:_:_:_:_:)