Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc92 port::StatusOr<void*> GetCufftDsoHandle() { in GetCufftDsoHandle() function
178 port::StatusOr<void*> GetCufftDsoHandle() { in GetCufftDsoHandle() function
179 static auto result = new auto(DsoLoader::GetCufftDsoHandle()); in GetCufftDsoHandle()
Ddso_loader.h41 port::StatusOr<void*> GetCufftDsoHandle();
77 port::StatusOr<void*> GetCufftDsoHandle();
Ddlopen_checker.cc28 auto cufft_status = CachedLoader::GetCufftDsoHandle(); in TryDlopenCUDALibraries()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcufft_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()