Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api_function.cc306 const std::vector<string>& control_output_names, in GraphToFunctionDef() argument
430 if (!control_output_names.empty() && in GraphToFunctionDef()
431 (control_outputs.size() != control_output_names.size())) { in GraphToFunctionDef()
435 control_output_names.size(), ") to match but they do not."); in GraphToFunctionDef()
440 if (!control_output_names.empty()) { in GraphToFunctionDef()
441 signature_name = control_output_names[i]; in GraphToFunctionDef()
566 const char* const* control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunctionWithControlOutputs() argument
594 if (control_output_names) { in TF_GraphToFunctionWithControlOutputs()
Dc_api.h1336 const char* const* control_output_names, const TF_FunctionOptions* opts,
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.cc595 const NameVector& control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunction_wrapper() argument
619 control_output_names.empty() in TF_GraphToFunction_wrapper()
621 : const_cast<const char**>(control_output_names.data()); in TF_GraphToFunction_wrapper()
Dtf_session_helper.h213 const NameVector& control_output_names, const TF_FunctionOptions* opts,