Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph_cloner.h48 bool clone_all_child_graphs = true, bool clone_all_used_graphs = false,
Dfunc_graph_cloner.cc34 … bool clone_all_used_graphs, const TraceInfoPtr &relation, const TraceInfoPtr &target_relation) in Cloner() argument
37 clone_all_used_graphs_(clone_all_used_graphs), in Cloner()