Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1601
TF_ImportGraphDefOptions* TF_NewImportGraphDefOptions() {
1602
return new TF_ImportGraphDefOptions;
1603
}
1604
void TF_DeleteImportGraphDefOptions(TF_ImportGraphDefOptions* opts) {
1605
delete opts;
1606
}
Callers
3
Java_org_tensorflow_Graph_importGraphDef
Function · 0.85
TF_LoadSessionFromSavedModel
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68