Searched defs:IsControl (Results 1 – 3 of 3) sorted by relevance
81 func IsControl(r rune) bool { func
85 bool IsControl() const { return (value_ < 0); } in IsControl() function
121 bool IsControl() const { return index == tensorflow::Graph::kControlSlot; } in IsControl() function