ReduceMaxOperator
public class ReduceMaxOperator: ReduceOperator
Computes the max of array elements over given axes.
-
Undocumented
Declaration
Swift
override init(computationDelegate: OperatorCalculationDelegate?, operatorLabel: String = "ReduceMaxOperator", metalKernelFuncLabel kernelLabel: String = "ReduceMax", inputTensors: [Tensor]?, outputTensors: [Tensor]?, axis: [Int])