Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/lite_exporter/
Danf_exporter.cc439 …::ExportPartialNode(const std::unique_ptr<schema::MetaGraphT> &meta_graphT, const bool &keep_graph, in ExportPartialNode()
614 … const size_t &subgraph_index, const bool &keep_graph, const bool &copy_primitive) { in Anf2Fb()
724bool keep_graph, bool copy_primitive, const std::shared_ptr<AnfNode> &partial_anode) { in ExportSubgraph()
843 schema::MetaGraphT *AnfExporter::Export(const FuncGraphPtr &func_graph, bool keep_graph, bool copy_… in Export()
1211 schema::MetaGraphT *Export(const FuncGraphPtr &func_graph, bool keep_graph, bool copy_primitive, bo… in Export()