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.cc133 const Edge* val_edge; in GetSwitchValue() local
134 TF_RETURN_IF_ERROR(switch_node.input_edge(0, &val_edge)); in GetSwitchValue()
135 *val = OutputTensor(val_edge->src(), val_edge->src_output()); in GetSwitchValue()