Searched refs:control_output_names (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 306 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()
|
D | c_api.h | 1336 const char* const* control_output_names, const TF_FunctionOptions* opts,
|
/external/tensorflow/tensorflow/python/client/ |
D | tf_session_helper.cc | 595 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()
|
D | tf_session_helper.h | 213 const NameVector& control_output_names, const TF_FunctionOptions* opts,
|