Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/mindir/include/
Dmindir_lite_graph.h15 struct LiteGraph { struct
16 struct Node {
51 void MindIR_LiteGraph_Destroy(LiteGraph **lite_graph); argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/
Dmodel.h35 struct MS_API LiteGraph { struct
36 struct Node {
66 LiteGraph graph_; argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mindir_loader/
Dabstract_base_model.h28 using LiteGraph = mindspore::lite::LiteGraph; variable