Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc137 const Edge* val_edge; in GetSwitchValue() local
138 TF_RETURN_IF_ERROR(switch_node.input_edge(0, &val_edge)); in GetSwitchValue()
139 *val = OutputTensor(val_edge->src(), val_edge->src_output()); in GetSwitchValue()