Home
last modified time | relevance | path

Searched defs:GetDsoHandle (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudnn_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
Dcufft_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
Dcurand_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
Dcublas_stub.cc25 void* GetDsoHandle() { in GetDsoHandle() function
Dcuda_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
Dcudart_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc36 port::StatusOr<void*> GetDsoHandle(const string& name, const string& version) { in GetDsoHandle() function