Searched defs:IsVariable (Results 1 – 2 of 2) sorted by relevance
150 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function688 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
325 bool IsVariable(const NodeDef& node) { in IsVariable() function