Searched defs:IsVariable (Results 1 – 4 of 4) sorted by relevance
157 bool IsVariable() const { return class_ == NC_VARIABLE; } in IsVariable() function752 inline bool IsVariable(const Node* node) { return node->IsVariable(); } in IsVariable() function
50 bool IsVariable() const { return kind() == kVariable; } in IsVariable() function
2541 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local2609 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local2677 bool IsVariable = Name[16] == 'v'; in UpgradeIntrinsicCall() local
557 bool IsVariable(const NodeDef& node) { in IsVariable() function