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