MCPcopy 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
1526TF_Graph* TF_NewGraph() { return new TF_Graph; }
1527
1528void TF_DeleteGraph(TF_Graph* g) {
1529 if (g == nullptr) return;

Callers 15

CApiWhileLoopTestMethod · 0.85
CApiFunctionTestMethod · 0.85
DefineFunctionFunction · 0.85
TEST_FFunction · 0.85
DefineStatefulFunctionFunction · 0.85
TF_NewWhileFunction · 0.85
GPUDeviceNameFunction · 0.85
TESTFunction · 0.85
RunMinTestFunction · 0.85
CApiColocationTestMethod · 0.85

Calls

no outgoing calls

Tested by 13

CApiWhileLoopTestMethod · 0.68
CApiFunctionTestMethod · 0.68
DefineFunctionFunction · 0.68
TEST_FFunction · 0.68
DefineStatefulFunctionFunction · 0.68
GPUDeviceNameFunction · 0.68
TESTFunction · 0.68
RunMinTestFunction · 0.68
CApiColocationTestMethod · 0.68
CApiGradientsTestMethod · 0.68
CApiAttributesTestMethod · 0.68
AddEagerOpToGraphTestMethod · 0.68