Skip to content

c_api.TF_FunctionToFunctionDef #55

@Oceania2018

Description

@Oceania2018

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions