MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TF_NewImportGraphDefOptions

Function TF_NewImportGraphDefOptions

tensorflow/c/c_api.cc:1601–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599}
1600
1601TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() {
1602 return new TF_ImportGraphDefOptions;
1603}
1604void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) {
1605 delete opts;
1606}

Callers 3

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68