Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/anf_exporter/
Danf_exporter.cc226 int AnfExporter::CreateNewTensorForParameter(const std::unique_ptr<schema::MetaGraphT> &meta_graphT, in CreateNewTensorForParameter()
250 int AnfExporter::SetSubGraphInputIndex(const std::unique_ptr<schema::MetaGraphT> &meta_graphT, in SetSubGraphInputIndex()
279 const std::unique_ptr<schema::MetaGraphT> &meta_graphT, in SetSubGraphOutputIndex()
324 int AnfExporter::ExportPartialNode(const std::unique_ptr<schema::MetaGraphT> &meta_graphT, const bo… in ExportPartialNode()
378 …Exporter::Anf2Fb(const FuncGraphPtr &func_graph, const std::unique_ptr<schema::MetaGraphT> &meta_g… in Anf2Fb()
458 …::ExportSubgraph(const FuncGraphPtr &func_graph, const std::unique_ptr<schema::MetaGraphT> &meta_g… in ExportSubgraph()
533 const std::unique_ptr<schema::MetaGraphT> &meta_graphT) { in SetMetaGraphInput()
547 const std::unique_ptr<schema::MetaGraphT> &meta_graphT) { in SetMetaGraphOutput()
568 auto meta_graphT = std::make_unique<schema::MetaGraphT>(); in Export() local
682 const std::unique_ptr<schema::MetaGraphT> &meta_graphT, in ConvertInputParameter()
[all …]
/third_party/mindspore/mindspore/lite/tools/common/
Dgraph_util.cc675 int SetSubgraphTensorIndices(schema::MetaGraphT *meta_graphT) { in SetSubgraphTensorIndices()