Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dc_api.h189 typedef struct TF_FunctionOptions TF_FunctionOptions; typedef
1126 const TF_FunctionOptions* opts, const char* description, TF_Status* status);
1147 const char* const* control_output_names, const TF_FunctionOptions* opts,
Dc_api_function.cc157 const char* const* control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunctionWithControlOutputs()
232 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.cc585 const NameVector& control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunction_wrapper()