| 715 | } |
| 716 | |
| 717 | void TF_FunctionToFunctionDef(TF_Function* func, TF_Buffer* output_func_def, |
| 718 | TF_Status* status) { |
| 719 | status->status = MessageToBuffer(func->fdef, output_func_def); |
| 720 | } |
| 721 | |
| 722 | TF_Function* TF_FunctionImportFunctionDef(const void* proto, size_t proto_len, |
| 723 | TF_Status* status) { |