Searched defs:lite_graph (Results 1 – 3 of 3) 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()
892 Status NNRTDelegate::DequantLiteGraph(LiteGraph *lite_graph) { in DequantLiteGraph()916 void NNRTDelegate::ShallowCopyLiteGraph(const lite::LiteGraph &lite_graph) { in ShallowCopyLiteGraph()
234 FuncGraphPtr GkUtils::LiteGraph2AnfGraph(const inner::LiteGraphPtr &lite_graph, const CallbackPtr &… in LiteGraph2AnfGraph()