Home
last modified time | relevance | path

Searched refs:GetCudaRuntimeDsoHandle (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc73 port::StatusOr<void*> GetCudaRuntimeDsoHandle() { in GetCudaRuntimeDsoHandle() function
129 port::StatusOr<void*> GetCudaRuntimeDsoHandle() { in GetCudaRuntimeDsoHandle() function
130 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()
Ddso_loader.h38 port::StatusOr<void*> GetCudaRuntimeDsoHandle();
57 port::StatusOr<void*> GetCudaRuntimeDsoHandle();
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcudart_stub.cc27 stream_executor::internal::DsoLoader::GetCudaRuntimeDsoHandle(); in GetDsoHandle()