Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
Dgpu_backend_lib.cc288 for (auto& bitcode_path : bitcode_path_vector) { in LinkWithBitcodeVector() local
289 if (!tensorflow::Env::Default()->FileExists(bitcode_path).ok()) { in LinkWithBitcodeVector()
292 << bitcode_path; in LinkWithBitcodeVector()
293 return xla::InternalError("bitcode module not found at %s", bitcode_path); in LinkWithBitcodeVector()
297 LoadIRModule(bitcode_path, &module->getContext()); in LinkWithBitcodeVector()
309 bitcode_path); in LinkWithBitcodeVector()