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