Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_function.cc183 std::vector<string> control_output_names_vec; in TF_GraphToFunctionWithControlOutputs() local
185 control_output_names_vec.reserve(ncontrol_outputs); in TF_GraphToFunctionWithControlOutputs()
187 control_output_names_vec.push_back(string(output_names[i])); in TF_GraphToFunctionWithControlOutputs()
212 control_output_names_vec, description, &tf_function->fdef); in TF_GraphToFunctionWithControlOutputs()