Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Danf_utils.cc82 struct CNodeCustomInfo { struct
83CNodeCustomInfo(const AnfNodePtr &inferop, const AnfNodePtr &initop) : infer_node(inferop), init_n… in CNodeCustomInfo() function
86 constexpr static char key[] = "CustomNodeInfo";
87 AnfNodeWeakPtr infer_node;
88 AnfNodeWeakPtr init_node;