Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_function.cc584 std::vector<string> output_names_vec; in TF_GraphToFunctionWithControlOutputs() local
586 output_names_vec.reserve(noutputs); in TF_GraphToFunctionWithControlOutputs()
588 output_names_vec.push_back(string(output_names[i])); in TF_GraphToFunctionWithControlOutputs()
618 input_tensors, output_tensors, output_names_vec, control_output_nodes, in TF_GraphToFunctionWithControlOutputs()