Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc65 namespace DsoLoader { namespace
154 static auto result = new auto(DsoLoader::GetCudaDriverDsoHandle()); in GetCudaDriverDsoHandle()
159 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()
164 static auto result = new auto(DsoLoader::GetCublasDsoHandle()); in GetCublasDsoHandle()
169 static auto result = new auto(DsoLoader::GetCublasLtDsoHandle()); in GetCublasLtDsoHandle()
174 static auto result = new auto(DsoLoader::GetCurandDsoHandle()); in GetCurandDsoHandle()
179 static auto result = new auto(DsoLoader::GetCufftDsoHandle()); in GetCufftDsoHandle()
184 static auto result = new auto(DsoLoader::GetCusolverDsoHandle()); in GetCusolverDsoHandle()
189 static auto result = new auto(DsoLoader::GetCusparseDsoHandle()); in GetCusparseDsoHandle()
194 static auto result = new auto(DsoLoader::GetCuptiDsoHandle()); in GetCuptiDsoHandle()
[all …]
Ddlopen_checker_stub.cc21 namespace DsoLoader { namespace
Ddso_loader.h34 namespace DsoLoader {
Ddlopen_checker.cc21 namespace DsoLoader { namespace
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dpy_utils.cc33 auto handle_or = se::internal::DsoLoader::TryDlopenTensorRTLibraries(); in IsGoogleTensorRTEnabled()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcurand_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()
Dcupti_stub.cc31 auto handle_or = stream_executor::internal::DsoLoader::GetCuptiDsoHandle(); in GetDsoHandle()
Dcufft_stub.cc28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()
DcublasLt_stub.cc30 stream_executor::internal::DsoLoader::GetCublasLtDsoHandle(); in GetDsoHandle()
Dcusparse_stub.cc30 stream_executor::internal::DsoLoader::GetCusparseDsoHandle(); in GetDsoHandle()
Dcusolver_stub.cc30 stream_executor::internal::DsoLoader::GetCusolverDsoHandle(); in GetDsoHandle()
Dcublas_stub.cc34 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()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/stub/
Dnvinfer_stub.cc29 stream_executor::internal::DsoLoader::GetNvInferDsoHandle(); in GetDsoHandle()
Dnvinfer_plugin_stub.cc29 stream_executor::internal::DsoLoader::GetNvInferPluginDsoHandle(); in GetDsoHandle()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc1801 auto handle_or = se::internal::DsoLoader::MaybeTryDlopenGPULibraries(); in GetValidDeviceIds()