Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/enhancer/
Dinsert_tensor_move_for_hccl_op.cc29 const std::set<std::string> kNeedInsertTensorMoveOpSet = {kLambNextMVOpName, kLambNextMVWithDecayOp…
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dlamb_next_mv_rule.cc62 auto prim = std::make_shared<Primitive>(kLambNextMVOpName); in CreateLambNextMVNode()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h151 constexpr auto kLambNextMVOpName = "LambNextMV"; variable