Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_function.cc198 std::vector<const Node*> control_output_nodes; in TF_GraphToFunctionWithControlOutputs() local
199 control_output_nodes.reserve(ncontrol_outputs); in TF_GraphToFunctionWithControlOutputs()
201 control_output_nodes.push_back(&control_outputs[i]->node); in TF_GraphToFunctionWithControlOutputs()
211 output_tensors, output_names_vec, control_output_nodes, in TF_GraphToFunctionWithControlOutputs()