Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc136 port::StatusOr<void*> GetRocfftDsoHandle() { in GetRocfftDsoHandle() function
213 port::StatusOr<void*> GetRocfftDsoHandle() { in GetRocfftDsoHandle() function
214 static auto result = new auto(DsoLoader::GetRocfftDsoHandle()); in GetRocfftDsoHandle()
Ddso_loader.h52 port::StatusOr<void*> GetRocfftDsoHandle();
86 port::StatusOr<void*> GetRocfftDsoHandle();
Ddlopen_checker.cc48 auto rocfft_status = GetRocfftDsoHandle(); in TryDlopenROCmLibraries()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc64 auto s = internal::CachedDsoLoader::GetRocfftDsoHandle(); \