Searched refs:bitcode_path (Results 1 – 1 of 1) sorted by relevance
288 for (auto& bitcode_path : bitcode_path_vector) { in LinkWithBitcodeVector() local289 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()