Home
last modified time | relevance | path

Searched refs:switch_map (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/
Dflag_helper.cc207 const base::CommandLine::SwitchMap& switch_map = command_line_->GetSwitches(); in UpdateFlagValues() local
209 for (const auto& pair : switch_map) { in UpdateFlagValues()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_grad.py48 merge_grad = grad_ctxt.grad_state.switch_map.get(op)
66 grad_ctxt.grad_state.switch_map[op] = merge_grad
Dcontrol_flow_ops.py808 def switch_map(self): member in GradLoopState
1268 for _, b_merge in grad_state.switch_map.items():
/external/libchrome/base/
Dcommand_line_unittest.cc401 CommandLine::SwitchMap switch_map = initial->GetSwitches(); in TEST() local
403 for (const auto& pair : switch_map) in TEST()
405 for (const auto& pair : switch_map) in TEST()