Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc58 namespace DsoLoader { namespace
125 static auto result = new auto(DsoLoader::GetCudaDriverDsoHandle()); in GetCudaDriverDsoHandle()
130 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()
135 static auto result = new auto(DsoLoader::GetCublasDsoHandle()); in GetCublasDsoHandle()
140 static auto result = new auto(DsoLoader::GetCurandDsoHandle()); in GetCurandDsoHandle()
145 static auto result = new auto(DsoLoader::GetCufftDsoHandle()); in GetCufftDsoHandle()
150 static auto result = new auto(DsoLoader::GetCuptiDsoHandle()); in GetCuptiDsoHandle()
155 static auto result = new auto(DsoLoader::GetCudnnDsoHandle()); in GetCudnnDsoHandle()
160 static auto result = new auto(DsoLoader::GetRocblasDsoHandle()); in GetRocblasDsoHandle()
165 static auto result = new auto(DsoLoader::GetMiopenDsoHandle()); in GetMiopenDsoHandle()
[all …]
Ddso_loader.h34 namespace DsoLoader {
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcufft_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()
Dcurand_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()
Dcublas_stub.cc30 auto handle_or = stream_executor::internal::DsoLoader::GetCublasDsoHandle(); in GetDsoHandle()
Dcudnn_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCudnnDsoHandle(); in GetDsoHandle()
Dcuda_stub.cc29 stream_executor::internal::DsoLoader::GetCudaDriverDsoHandle(); in GetDsoHandle()
Dcudart_stub.cc27 stream_executor::internal::DsoLoader::GetCudaRuntimeDsoHandle(); in GetDsoHandle()