Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_if_op.cc109 NodeBuilder then_call_builder_; member in tensorflow::__anoneb751e910111::CondBuilder
122 then_call_builder_(NewName("then"), then_fn.name(), graph->op_registry(), in CondBuilder()
127 then_call_builder_.Device(if_op_->requested_device()); in CondBuilder()
128 then_call_builder_.Attr(kLowerAsMultiDeviceFunctionAttr, true); in CondBuilder()
130 then_call_builder_.Attr(i.first, i.second); in CondBuilder()
203 then_call_builder_.Input(input, kThenBranch); in AddInput()
230 TF_RETURN_IF_ERROR(then_call_builder_.Finalize(graph_, &then_call_node_)); in AddOutputs()