Home
last modified time | relevance | path

Searched refs:GetDsoHandle (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc43 port::StatusOr<void*> GetDsoHandle(const string& name, const string& version) { in GetDsoHandle() function
68 return GetDsoHandle("nvcuda", ""); in GetCudaDriverDsoHandle()
72 auto handle_or = GetDsoHandle("cuda", ""); in GetCudaDriverDsoHandle()
77 return GetDsoHandle("cuda", "1"); in GetCudaDriverDsoHandle()
81 return GetDsoHandle("cudart", GetCudaRtVersion()); in GetCudaRuntimeDsoHandle()
85 return GetDsoHandle("cublas", GetCublasVersion()); in GetCublasDsoHandle()
89 return GetDsoHandle("cublasLt", GetCublasVersion()); in GetCublasLtDsoHandle()
93 return GetDsoHandle("cufft", GetCufftVersion()); in GetCufftDsoHandle()
97 return GetDsoHandle("cusolver", GetCusolverVersion()); in GetCusolverDsoHandle()
101 return GetDsoHandle("cusparse", GetCusparseVersion()); in GetCusparseDsoHandle()
[all …]
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcurand_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcupti_stub.cc26 void* GetDsoHandle() { in GetDsoHandle() function
42 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcufft_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
DcublasLt_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
41 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcusparse_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
41 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcusolver_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
41 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcublas_stub.cc29 void* GetDsoHandle() { in GetDsoHandle() function
45 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcudnn_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcuda_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
40 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcudart_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
42 env->GetSymbolFromLibrary(GetDsoHandle(), symbol_name, &symbol).IgnoreError(); in LoadSymbol()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/stub/
Dnvinfer_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
40 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dnvinfer_plugin_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
40 if (auto handle = GetDsoHandle()) { in LoadSymbol()
/external/tensorflow/tensorflow/stream_executor/rocm/
Dhipsparse_wrapper.h48 static void* GetDsoHandle() { \
56 Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), kName, &f); \
Drocm_rng.cc81 static void* GetDsoHandle() { \
87 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_fft.cc63 static void *GetDsoHandle() { \
69 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_blas.cc74 static void *GetDsoHandle() { \
80 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_dnn.cc225 static void* GetDsoHandle() { \
231 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
/external/tensorflow/tensorflow/core/util/
Drocm_solvers.cc66 static void* GetDsoHandle() { \
73 GetDsoHandle(), kName, &f); \