Home
last modified time | relevance | path

Searched refs:kLifting (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h37 enum CloneType { kBasic = 0, kInline = 1, kLifting = 2, kDropping = 3 }; enumerator
Dfunc_graph_cloner.cc580 if (type_ < kLifting) { in Run()
715 cloner.AddClone(func_graph, nullptr, {}, kLifting); in LiftingClone()