Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/mindir/src/
Dmindir_nnrt_lite_graph.cc25 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()
Dmindir_nnrt_lite_graph_to_model.cc74 OHOS::HDI::Nnrt::V1_0::Model *MindIR_LiteGraph_To_Model(const LiteGraph *lite_graph, const SharedBu… in MindIR_LiteGraph_To_Model()
/third_party/mindspore/mindspore/lite/src/delegate/nnrt/
Dnnrt_delegate.cc289 void mindspore::NNRTDelegate::ShallowCopyLiteGraph(const mindspore::lite::LiteGraph &lite_graph) { in ShallowCopyLiteGraph()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/graph_kernel/
Dgraph_kernel_helper.cc862 FuncGraphPtr LiteGraph2AnfGraph(const graphkernel::LiteGraphPtr &lite_graph, AnfNodePtrList *output… in LiteGraph2AnfGraph()