-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Description
Import the graph serialized in graph_def
into graph
. Returns nullptr and a bad status on error. Otherwise, returns a populated TF_ImportGraphDefResults instance. The returned instance must be deleted via TF_DeleteImportGraphDefResults().
TF_CAPI_EXPORT extern TF_ImportGraphDefResults* TF_GraphImportGraphDefWithResults(TF_Graph* graph, const TF_Buffer* graph_def, const TF_ImportGraphDefOptions* options, TF_Status* status);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request