Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/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()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_delegate.cc892 Status NNRTDelegate::DequantLiteGraph(LiteGraph *lite_graph) { in DequantLiteGraph()
916 void NNRTDelegate::ShallowCopyLiteGraph(const lite::LiteGraph &lite_graph) { in ShallowCopyLiteGraph()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_utils.cc234 FuncGraphPtr GkUtils::LiteGraph2AnfGraph(const inner::LiteGraphPtr &lite_graph, const CallbackPtr &… in LiteGraph2AnfGraph()