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