Searched defs:lite_graph (Results 1 – 4 of 4) sorted by relevance
25 void MindIR_LiteGraph_Destroy(LiteGraph **lite_graph) { in MindIR_LiteGraph_Destroy()63 size_t MindIR_LiteGraph_GetConstTensorSize(const LiteGraph *lite_graph) { in MindIR_LiteGraph_GetConstTensorSize()
74 OHOS::HDI::Nnrt::V1_0::Model *MindIR_LiteGraph_To_Model(const LiteGraph *lite_graph, const SharedBu… in MindIR_LiteGraph_To_Model()
289 void mindspore::NNRTDelegate::ShallowCopyLiteGraph(const mindspore::lite::LiteGraph &lite_graph) { in ShallowCopyLiteGraph()
862 FuncGraphPtr LiteGraph2AnfGraph(const graphkernel::LiteGraphPtr &lite_graph, AnfNodePtrList *output… in LiteGraph2AnfGraph()