Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TF_NewGraph
Function
TF_NewGraph
tensorflow/c/c_api.cc:1526–1526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1524
}
1525
1526
TF_Graph* TF_NewGraph() { return new TF_Graph; }
1527
1528
void TF_DeleteGraph(TF_Graph* g) {
1529
if (g == nullptr) return;
Callers
15
Java_org_tensorflow_SavedModelBundle_load
Function · 0.85
Java_org_tensorflow_Graph_allocate
Function · 0.85
CApiWhileLoopTest
Method · 0.85
CApiFunctionTest
Method · 0.85
DefineFunction
Function · 0.85
TEST_F
Function · 0.85
DefineStatefulFunction
Function · 0.85
TF_NewWhile
Function · 0.85
GPUDeviceName
Function · 0.85
TEST
Function · 0.85
RunMinTest
Function · 0.85
CApiColocationTest
Method · 0.85
Calls
no outgoing calls
Tested by
13
CApiWhileLoopTest
Method · 0.68
CApiFunctionTest
Method · 0.68
DefineFunction
Function · 0.68
TEST_F
Function · 0.68
DefineStatefulFunction
Function · 0.68
GPUDeviceName
Function · 0.68
TEST
Function · 0.68
RunMinTest
Function · 0.68
CApiColocationTest
Method · 0.68
CApiGradientsTest
Method · 0.68
CApiAttributesTest
Method · 0.68
AddEagerOpToGraphTest
Method · 0.68