Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc1287 const Edge* value_edge; in RemoveRedundantSwitch() local
1288 TF_RETURN_IF_ERROR(node->input_edge(0, &value_edge)); in RemoveRedundantSwitch()
1289 Node* val_node = value_edge->src(); in RemoveRedundantSwitch()
1290 int val_port = value_edge->src_output(); in RemoveRedundantSwitch()