Searched refs:control_output_names_vec (Results 1 – 1 of 1) sorted by relevance
593 std::vector<string> control_output_names_vec; in TF_GraphToFunctionWithControlOutputs() local595 control_output_names_vec.reserve(ncontrol_outputs); in TF_GraphToFunctionWithControlOutputs()597 control_output_names_vec.push_back(string(output_names[i])); in TF_GraphToFunctionWithControlOutputs()619 control_output_names_vec, description, &tf_function->fdef); in TF_GraphToFunctionWithControlOutputs()