-
Notifications
You must be signed in to change notification settings - Fork 538
Closed
Description
Write out a serialized representation of func
(as a FunctionDef protocol message) to output_func_def
(allocated by TF_NewBuffer()). output_func_def
's underlying buffer will be freed when TF_DeleteBuffer() is called.
TF_CAPI_EXPORT extern void TF_FunctionToFunctionDef(TF_Function* func, TF_Buffer* output_func_def, TF_Status* status);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request