HomeSort by relevance Sort by last modified time
    Searched refs:DsoLoader (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
dso_loader.cc 47 /* static */ port::Status DsoLoader::GetCublasDsoHandle(void** dso_handle) {
54 /* static */ port::Status DsoLoader::GetCudnnDsoHandle(void** dso_handle) {
64 /* static */ port::Status DsoLoader::GetCufftDsoHandle(void** dso_handle) {
71 /* static */ port::Status DsoLoader::GetCurandDsoHandle(void** dso_handle) {
78 /* static */ port::Status DsoLoader::GetLibcudaDsoHandle(void** dso_handle) {
102 /* static */ port::Status DsoLoader::GetLibcuptiDsoHandle(void** dso_handle) {
123 /* static */ void DsoLoader::RegisterRpath(port::StringPiece path) {
128 /* static */ port::Status DsoLoader::GetDsoHandle(port::StringPiece path,
156 /* static */ string DsoLoader::GetBinaryDirectory(bool strip_executable_name) {
173 /* static */ std::vector<string>* DsoLoader::GetRpaths()
    [all...]
dso_loader.h 39 class DsoLoader {
92 SE_DISALLOW_COPY_AND_ASSIGN(DsoLoader);
95 // Wrapper around the DsoLoader that prevents us from dlopen'ing any of the DSOs
99 // Cached versions of the corresponding DsoLoader methods above.

Completed in 449 milliseconds