Searched refs:PROD (Results 1 – 8 of 8) sorted by relevance
42 if (eltwiseParam.operation() == caffe::EltwiseParameter::PROD && eltwiseParam.coeff_size() != 0) { in Parse()55 case caffe::EltwiseParameter::PROD: in Parse()56 prim->set_mode(mindspore::EltwiseMode::PROD); in Parse()
102 PROD = 0,
103 PROD = 0,
166 run_allreduce(ReduceOp.PROD)
98 enum EltwiseMode : int64_t { PROD = 0, SUM = 1, MAXIMUM = 2, ELTWISEMODE_UNKNOW = 3 }; enumerator
77 PROD = "prod" variable in ReduceOp
48 if self.op == ReduceOp.PROD:
720 PROD = 0; enumerator728 // of computing the gradient for the PROD operation. (No effect for SUM op.)