Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/platform/default/
H A Ddlopen_checker_stub.cc24 port::Status MaybeTryDlopenGPULibraries() { in MaybeTryDlopenGPULibraries() function
H A Ddso_loader.h61 port::Status MaybeTryDlopenGPULibraries();
H A Ddlopen_checker.cc59 port::Status MaybeTryDlopenGPULibraries() { in MaybeTryDlopenGPULibraries() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_device.cc1932 auto handle_or = se::internal::DsoLoader::MaybeTryDlopenGPULibraries(); in GetValidDeviceIds()