Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Denv.cc390 WCHAR wc_file_path[MAX_PATH] = {0}; in GetExecutablePath() local
391 GetModuleFileNameW(hModule, wc_file_path, MAX_PATH); in GetExecutablePath()
392 string file_path = WideCharToUtf8(wc_file_path); in GetExecutablePath()