Home
last modified time | relevance | path

Searched defs:MetaFuncGraph (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dmeta_func_graph.h40 explicit MetaFuncGraph(const std::string &name) : name_(name) { in MetaFuncGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.h110 …: MetaFuncGraph(name), tail_type_(tail_type), enable_tuple_grad_first_(false), return_ids_(return_… in MetaFuncGraph() function
356 : MetaFuncGraph(name), fn_leaf_(fn_leaf) {} in MetaFuncGraph() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/
Dinit.cc64 using MetaFuncGraph = mindspore::MetaFuncGraph; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/
Danf_ir_dump.cc45 using MetaFuncGraph = mindspore::MetaFuncGraph; typedef