HomeSort by relevance Sort by last modified time
    Searched full:libdevice_path (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
gpu_backend_lib.cc 322 string libdevice_path = tensorflow::io::JoinPath( local
325 TF_RETURN_IF_ERROR(tensorflow::Env::Default()->FileExists(libdevice_path));
326 VLOG(1) << "Linking with libdevice from: " << libdevice_path;
328 LoadIRModule(libdevice_path, &module->getContext());
337 "Error linking libdevice from ", libdevice_path));

Completed in 65 milliseconds