Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h206 typedef struct TF_FunctionOptions TF_FunctionOptions; typedef
1111 const TF_FunctionOptions* opts, const char* description, TF_Status* status);
1132 const char* const* control_output_names, const TF_FunctionOptions* opts,
Dc_api_function.cc156 const char* const* control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunctionWithControlOutputs()
231 const TF_FunctionOptions* opts, in TF_GraphToFunction()
/external/tensorflow/tensorflow/python/client/
Dtf_session_helper.h212 const NameVector& control_output_names, const TF_FunctionOptions* opts,
Dtf_session_helper.cc584 const NameVector& control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunction_wrapper()