Searched refs:switches_ (Results 1 – 4 of 4) sorted by relevance
263 switches_.clear(); in InitFromArgv()285 return ContainsKey(switches_, switch_string); in HasSwitch()314 auto result = switches_.find(switch_string); in GetSwitchValueNative()315 return result == switches_.end() ? StringType() : result->second; in GetSwitchValueNative()338 switches_.insert(make_pair(switch_key.substr(prefix_length), value)); in AppendSwitchNative()
173 const SwitchMap& GetSwitches() const { return switches_; } in GetSwitches()239 SwitchMap switches_; variable
365 std::set<Node*, NodeCmpByNameResourcesLast> switches_; member in tensorflow::functionalize_cond::Conditional413 switches_.insert(s); in AddSwitch()428 for (Node* switch_node : switches_) { in BuildArgumentNodes()
136 related to _interrupts_ and _context switches_.