Home
last modified time | relevance | path

Searched refs:PROD (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_eltwise_parser.cc42 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()
/third_party/mindspore/mindspore/lite/schema/
Dops_types.fbs102 PROD = 0,
Dops_v0.fbs103 PROD = 0,
/third_party/mindspore/tests/ut/python/communication/
Dtest_comm.py166 run_allreduce(ReduceOp.PROD)
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h98 enum EltwiseMode : int64_t { PROD = 0, SUM = 1, MAXIMUM = 2, ELTWISEMODE_UNKNOW = 3 }; enumerator
/third_party/mindspore/mindspore/ops/operations/
Dcomm_ops.py77 PROD = "prod" variable in ReduceOp
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_comm_ops.py48 if self.op == ReduceOp.PROD:
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto720 PROD = 0; enumerator
728 // of computing the gradient for the PROD operation. (No effect for SUM op.)