Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc107 port::StatusOr<void*> GetMiopenDsoHandle() { in GetMiopenDsoHandle() function
164 port::StatusOr<void*> GetMiopenDsoHandle() { in GetMiopenDsoHandle() function
165 static auto result = new auto(DsoLoader::GetMiopenDsoHandle()); in GetMiopenDsoHandle()
Ddso_loader.h46 port::StatusOr<void*> GetMiopenDsoHandle();
65 port::StatusOr<void*> GetMiopenDsoHandle();
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc135 auto s = internal::CachedDsoLoader::GetMiopenDsoHandle(); \