Home
last modified time | relevance | path

Searched refs:kLambNextMVWithDecayOpName (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_tensor_move_for_hccl_op.cc29 … std::set<std::string> kNeedInsertTensorMoveOpSet = {kLambNextMVOpName, kLambNextMVWithDecayOpName,
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dlamb_next_mv_with_decay_rule.cc62 auto prim = std::make_shared<Primitive>(kLambNextMVWithDecayOpName); in CreateLambNextMVWithDecayNode()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h141 constexpr auto kLambNextMVWithDecayOpName = "LambNextMVWithDecay"; variable