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