Home
last modified time | relevance | path

Searched refs:GetCudaRuntimeDsoHandle (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc80 port::StatusOr<void*> GetCudaRuntimeDsoHandle() { in GetCudaRuntimeDsoHandle() function
158 port::StatusOr<void*> GetCudaRuntimeDsoHandle() { in GetCudaRuntimeDsoHandle() function
159 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()
Ddso_loader.h38 port::StatusOr<void*> GetCudaRuntimeDsoHandle();
74 port::StatusOr<void*> GetCudaRuntimeDsoHandle();
Ddlopen_checker.cc25 auto cudart_status = CachedLoader::GetCudaRuntimeDsoHandle(); in TryDlopenCUDALibraries()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc27 stream_executor::internal::DsoLoader::GetCudaRuntimeDsoHandle(); in GetDsoHandle()