Contents

reductionMaximumPropagateNaN(with:axis:name:)

Creates a reduction max propagate NaN operation and returns the result tensor.

Declaration

func reductionMaximumPropagateNaN(with tensor: MPSGraphTensor, axis: Int, name: String?) -> MPSGraphTensor

Parameters

  • tensor:

    Input tensor

  • axis:

    Axis of reduction

  • name:

    Name for the operation

Return Value

A valid MPSGraphTensor object.