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

Function TF_DeleteImportGraphDefOptions

tensorflow/c/c_api.cc:1604–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1602 return new TF_ImportGraphDefOptions;
1603}
1604void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) {
1605 delete opts;
1606}
1607void TF_ImportGraphDefOptionsSetPrefix(TF_ImportGraphDefOptions* opts,
1608 const char* prefix) {
1609 opts->opts.prefix = prefix;

Callers 3

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68