Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc660 std::vector<std::string> tempdir_vector; in EmitModuleToHsaco() local
661 env->GetLocalTempDirectories(&tempdir_vector); in EmitModuleToHsaco()
662 if (tempdir_vector.empty()) { in EmitModuleToHsaco()
666 std::string tempdir_name = tempdir_vector.front(); in EmitModuleToHsaco()