Searched refs:GetCudnnDsoHandle (Results 1 – 3 of 3) sorted by relevance
99 port::StatusOr<void*> GetCudnnDsoHandle() { in GetCudnnDsoHandle() function154 port::StatusOr<void*> GetCudnnDsoHandle() { in GetCudnnDsoHandle() function155 static auto result = new auto(DsoLoader::GetCudnnDsoHandle()); in GetCudnnDsoHandle()
43 port::StatusOr<void*> GetCudnnDsoHandle();62 port::StatusOr<void*> GetCudnnDsoHandle();
28 auto handle_or = stream_executor::internal::DsoLoader::GetCudnnDsoHandle(); in GetDsoHandle()