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