Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_case_op.cc89 Node* branch_executed_node_; member in tensorflow::__anon8ede7fbe0111::CaseBuilder
236 .Finalize(graph_, &branch_executed_node_)); in AddOutputs()
243 graph_->AddControlEdge(branch_executed_node_, e->dst()); in AddOutputs()
264 .ControlInput(branch_executed_node_) in BuildLoweredCaseOutput()
Dlower_if_op.cc103 Node* branch_executed_node_; member in tensorflow::__anoneb751e910111::CondBuilder
264 graph_, &branch_executed_node_)); in AddOutputs()
271 graph_->AddControlEdge(branch_executed_node_, e->dst()); in AddOutputs()
294 .ControlInput(branch_executed_node_) in BuildLoweredIfOutput()