Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TFE_DeleteContext
Function
TFE_DeleteContext
tensorflow/c/eager/c_api.cc:413–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
}
412
413
void TFE_DeleteContext(TFE_Context* ctx) { delete ctx; }
414
415
TF_DeviceList* TFE_ContextListDevices(TFE_Context* ctx, TF_Status* status) {
416
TF_DeviceList* list = new TF_DeviceList;
Callers
15
TFE_DeleteContextCapsule
Function · 0.85
Java_org_tensorflow_EagerSession_delete
Function · 0.85
TEST
Function · 0.85
~AddEagerOpToGraphTest
Method · 0.85
~ShapeInferenceTest
Method · 0.85
BM_InitOp
Function · 0.85
BM_Execute
Function · 0.85
BM_Execute_Identity
Function · 0.85
TEST
Function · 0.85
TestRemoteExecute
Function · 0.85
TestRemoteExecuteSilentCopies
Function · 0.85
TestRemoteExecuteDeleteContextWithOutstandingRPC
Function · 0.85
Calls
no outgoing calls
Tested by
15
TEST
Function · 0.68
~AddEagerOpToGraphTest
Method · 0.68
~ShapeInferenceTest
Method · 0.68
BM_InitOp
Function · 0.68
BM_Execute
Function · 0.68
BM_Execute_Identity
Function · 0.68
TEST
Function · 0.68
TestRemoteExecute
Function · 0.68
TestRemoteExecuteSilentCopies
Function · 0.68
TestRemoteExecuteDeleteContextWithOutstandingRPC
Function · 0.68
TestRemoteExecuteChangeServerDef
Function · 0.68
TensorHandleCopyBetweenDevices
Function · 0.68