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.cc1240 const Edge* value_edge; in RemoveRedundantSwitch() local
1241 TF_RETURN_IF_ERROR(node->input_edge(0, &value_edge)); in RemoveRedundantSwitch()
1242 Node* val_node = value_edge->src(); in RemoveRedundantSwitch()
1243 int val_port = value_edge->src_output(); in RemoveRedundantSwitch()