Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/windows/
Dwide_char.h25 std::string WideCharToUtf8(const std::wstring& wstr);
Dwide_char.cc33 std::string WideCharToUtf8(const std::wstring& wstr) { in WideCharToUtf8() function
Dwindows_file_system.cc499 string file_name = WideCharToUtf8(find_data.cFileName); in GetChildren()
/external/tensorflow/tensorflow/core/platform/
Denv.cc346 string file_path = WideCharToUtf8(wc_file_path); in GetExecutablePath()