- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_GraphToFunctionWithControlOutputs (0.18 sec)
-
tensorflow/c/c_api_function.cc
} } return absl::OkStatus(); } } // namespace } // namespace tensorflow using tensorflow::Node; using tensorflow::string; TF_Function* TF_GraphToFunctionWithControlOutputs( const TF_Graph* fn_body, const char* fn_name, unsigned char append_hash_to_fn_name, int num_opers, const TF_Operation* const* opers, int ninputs, const TF_Output* inputs,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 13.7K bytes - Viewed (0) -
tensorflow/c/c_api.h
// control_output_names: Optional. If not nullptr, vector of strings, one // per control output, with their names to be added to the function's // OpDef. TF_CAPI_EXPORT extern TF_Function* TF_GraphToFunctionWithControlOutputs( const TF_Graph* fn_body, const char* fn_name, unsigned char append_hash_to_fn_name, int num_opers, const TF_Operation* const* opers, int ninputs, const TF_Output* inputs,
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0)