Searched refs:libdevice_path (Results 1 – 1 of 1) sorted by relevance
308 string libdevice_path = tensorflow::io::JoinPath( in LinkLibdeviceIfNecessary() local311 TF_RETURN_IF_ERROR(tensorflow::Env::Default()->FileExists(libdevice_path)); in LinkLibdeviceIfNecessary()312 VLOG(1) << "Linking with libdevice from: " << libdevice_path; in LinkLibdeviceIfNecessary()314 LoadIRModule(libdevice_path, &module->getContext()); in LinkLibdeviceIfNecessary()323 absl::StrCat("Error linking libdevice from ", libdevice_path)); in LinkLibdeviceIfNecessary()