Searched refs:GetCudnnDsoHandle (Results 1 – 4 of 4) sorted by relevance
116 port::StatusOr<void*> GetCudnnDsoHandle() { in GetCudnnDsoHandle() function198 port::StatusOr<void*> GetCudnnDsoHandle() { in GetCudnnDsoHandle() function199 static auto result = new auto(DsoLoader::GetCudnnDsoHandle()); in GetCudnnDsoHandle()
46 port::StatusOr<void*> GetCudnnDsoHandle();82 port::StatusOr<void*> GetCudnnDsoHandle();
32 auto cudnn_status = CachedLoader::GetCudnnDsoHandle(); in TryDlopenCUDALibraries()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCudnnDsoHandle(); in GetDsoHandle()