Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Dgpu_backend_lib.cc667 std::vector<std::string> tempdir_vector; in EmitModuleToHsaco() local
668 env->GetLocalTempDirectories(&tempdir_vector); in EmitModuleToHsaco()
669 if (tempdir_vector.empty()) { in EmitModuleToHsaco()
673 std::string tempdir_name = tempdir_vector.front(); in EmitModuleToHsaco()