Home
last modified time | relevance | path

Searched refs:ReleaseHandle (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc243 Status ProcessFunctionLibraryRuntime::ReleaseHandle( in ReleaseHandle() function in tensorflow::ProcessFunctionLibraryRuntime
254 return flr->ReleaseHandle(handle); in ReleaseHandle()
Dprocess_function_library_runtime.h116 Status ReleaseHandle(FunctionLibraryRuntime::Handle handle);
Dprocess_function_library_runtime_test.cc89 status = proc_flr_->ReleaseHandle(handle); in Run()
Dfunction_test.cc228 status = flr->ReleaseHandle(handle); in InstantiateAndRun()
292 status = flr->ReleaseHandle(handle); in InstantiateAndRunViaCallFrameInterface()
513 TF_CHECK_OK(flr0_->ReleaseHandle(handle_isolated)); in TEST_F()
761 TF_CHECK_OK(flr0_->ReleaseHandle(handle)); in TEST_F()
Dfunction.cc157 Status ReleaseHandle(Handle handle) override;
535 Status FunctionLibraryRuntimeImpl::ReleaseHandle(Handle handle) { in ReleaseHandle() function in tensorflow::FunctionLibraryRuntimeImpl
537 return parent_->ReleaseHandle(handle); in ReleaseHandle()
/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc37 lib_->ReleaseHandle(f_handle_).IgnoreError(); in ~CapturedFunction()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h456 virtual Status ReleaseHandle(Handle handle) = 0;
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp710 ReleaseHandle(_hUiThread); in OnShutdown()