MCPcopy 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
413void TFE_DeleteContext(TFE_Context* ctx) { delete ctx; }
414
415TF_DeviceList* TFE_ContextListDevices(TFE_Context* ctx, TF_Status* status) {
416 TF_DeviceList* list = new TF_DeviceList;

Callers 15

TFE_DeleteContextCapsuleFunction · 0.85
TESTFunction · 0.85
~ShapeInferenceTestMethod · 0.85
BM_InitOpFunction · 0.85
BM_ExecuteFunction · 0.85
BM_Execute_IdentityFunction · 0.85
TESTFunction · 0.85
TestRemoteExecuteFunction · 0.85

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.68
~ShapeInferenceTestMethod · 0.68
BM_InitOpFunction · 0.68
BM_ExecuteFunction · 0.68
BM_Execute_IdentityFunction · 0.68
TESTFunction · 0.68
TestRemoteExecuteFunction · 0.68