Searched refs:switches_ (Results 1 – 3 of 3) 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
352 std::set<Node*, NodeCmpByNameResourcesLast> switches_; member in tensorflow::functionalize_cond::Conditional397 switches_.insert(s); in AddSwitch()412 for (Node* switch_node : switches_) { in BuildArgumentNodes()