Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/include/
Dmodel.h30 struct MS_API LiteGraph { struct
31 struct Node {
42 using NodePtrVector = Vector<Node *>;
43 struct SubGraph {
69 LiteGraph graph_; argument
/third_party/mindspore/mindspore/lite/mindir/include/
Dmindir_lite_graph.h15 struct LiteGraph { struct
16 struct Node {
51 void MindIR_LiteGraph_Destroy(LiteGraph **lite_graph); argument