Searched refs:kLambNextMVWithDecayOpName (Results 1 – 3 of 3) sorted by relevance
29 … std::set<std::string> kNeedInsertTensorMoveOpSet = {kLambNextMVOpName, kLambNextMVWithDecayOpName,
62 auto prim = std::make_shared<Primitive>(kLambNextMVWithDecayOpName); in CreateLambNextMVWithDecayNode()
141 constexpr auto kLambNextMVWithDecayOpName = "LambNextMVWithDecay"; variable