Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc132 port::StatusOr<void*> GetMiopenDsoHandle() { in GetMiopenDsoHandle() function
208 port::StatusOr<void*> GetMiopenDsoHandle() { in GetMiopenDsoHandle() function
209 static auto result = new auto(DsoLoader::GetMiopenDsoHandle()); in GetMiopenDsoHandle()
Ddso_loader.h51 port::StatusOr<void*> GetMiopenDsoHandle();
85 port::StatusOr<void*> GetMiopenDsoHandle();
Ddlopen_checker.cc47 auto miopen_status = GetMiopenDsoHandle(); in TryDlopenROCmLibraries()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc226 auto s = internal::CachedDsoLoader::GetMiopenDsoHandle(); \