reductionAnd(with:axis:name:)
Creates a reduction and operation and returns the result tensor.
Declaration
func reductionAnd(with tensor: MPSGraphTensor, axis: Int, name: String?) -> MPSGraphTensorParameters
- tensor:
Input tensor
- axis:
Axis of reduction
- name:
Name for the operation
Return Value
A valid MPSGraphTensor object.