Home
last modified time | relevance | path

Searched refs:if_default (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dset_device.cc28 bool if_default; in SetDevice() local
30 context.GetOneBoolParameter("if_default", false, &if_default)); in SetDevice()
36 if (!if_default || (node.device().empty())) { in SetDevice()
DREADME.md729 * if_default: If this is true, only assign to ops with empty existing devices.
/external/v8/src/compiler/
Dcommon-operator-reducer.cc455 Node* if_default = projections[projection_count - 1]; in ReduceSwitch() local
456 DCHECK_EQ(IrOpcode::kIfDefault, if_default->opcode()); in ReduceSwitch()
457 Replace(if_default, control); in ReduceSwitch()