Home
last modified time | relevance | path

Searched refs:FormatLibraryFileName (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Denv.cc169 string FormatLibraryFileName(const string& name, in FormatLibraryFileName() function in tensorflow::__anon9a92b9580111::WindowsEnv
171 return tensorflow::internal::FormatLibraryFileName(name, version); in FormatLibraryFileName()
H A Dload_library.cc63 string FormatLibraryFileName(const string& name, const string& version) { in FormatLibraryFileName() function
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Denv.cc201 string FormatLibraryFileName(const string& name, in FormatLibraryFileName() function in tensorflow::__anone2c9a2320111::PosixEnv
203 return tensorflow::internal::FormatLibraryFileName(name, version); in FormatLibraryFileName()
H A Dload_library.cc52 string FormatLibraryFileName(const string& name, const string& version) { in FormatLibraryFileName() function
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.h492 virtual std::string FormatLibraryFileName(const std::string& name,
562 std::string FormatLibraryFileName(const std::string& name, in FormatLibraryFileName() function
564 return target_->FormatLibraryFileName(name, version); in FormatLibraryFileName()
H A Dload_library.h28 string FormatLibraryFileName(const string& name, const string& version);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/platform/default/
H A Ddso_loader.cc48 auto filename = port::Env::Default()->FormatLibraryFileName(name, version); in GetDsoHandle()