Skip to content

c_api.TF_GraphImportGraphDefWithResults #77

@Oceania2018

Description

@Oceania2018

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 request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions