Searched refs:TF_FunctionOptions (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | c_api.h | 189 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,
|
D | c_api_function.cc | 157 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/ |
D | tf_session_helper.h | 212 const NameVector& control_output_names, const TF_FunctionOptions* opts,
|
D | tf_session_helper.cc | 585 const NameVector& control_output_names, const TF_FunctionOptions* opts, in TF_GraphToFunction_wrapper()
|