Searched defs:CNodeCustomInfo (Results 1 – 1 of 1) sorted by relevance
82 struct CNodeCustomInfo { struct83 …CNodeCustomInfo(const AnfNodePtr &inferop, const AnfNodePtr &initop) : infer_node(inferop), init_n… in CNodeCustomInfo() function86 constexpr static char key[] = "CustomNodeInfo";87 AnfNodeWeakPtr infer_node;88 AnfNodeWeakPtr init_node;