Searched defs:skip_node (Results 1 – 2 of 2) sorted by relevance
163 typedef struct skip_node { struct167 struct skip_node *next; argument
48 bool IsSkipNone(const NodeDef& skip_node, const MutableGraphView& graph) { in IsSkipNone()