MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ReleaseHandle

Method ReleaseHandle

tensorflow/core/common_runtime/function.cc:232–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) {
233 return base_flr_->ReleaseHandle(handle);
234}
235
236const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) {
237 return base_flr_->GetFunctionBody(h);

Callers 15

PropagateThroughCallOpFunction · 0.45
ReleaseAllHandlesMethod · 0.45
IsCompilableCallMethod · 0.45
ClearMethod · 0.45
InstantiateAndRunMethod · 0.45
TEST_FFunction · 0.45
InstantiateAndRunMethod · 0.45
RunWithRuntimeMethod · 0.45
TEST_FFunction · 0.45

Calls 6

InternalFunction · 0.85
GetHandleOnDeviceMethod · 0.80
RemoveHandleMethod · 0.80
findMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45

Tested by 6

InstantiateAndRunMethod · 0.36
TEST_FFunction · 0.36
InstantiateAndRunMethod · 0.36
RunWithRuntimeMethod · 0.36
TEST_FFunction · 0.36