Searched refs:kLambNextMVOpName (Results 1 – 3 of 3) sorted by relevance
29 const std::set<std::string> kNeedInsertTensorMoveOpSet = {kLambNextMVOpName, kLambNextMVWithDecayOp…
62 auto prim = std::make_shared<Primitive>(kLambNextMVOpName); in CreateLambNextMVNode()
151 constexpr auto kLambNextMVOpName = "LambNextMV"; variable