Hello SIG-members,
is there a way to access the list of physical devices provided through the function mentioned in the title in Java?
list_physical_devicesThe use-case I'm currently trying to solve:
- I want the user of my application to be able to select the device(s) on which Tensorflow is going to run
-
(optional) I also want to check the availability of GPUs, to ensure that CUDA is correctly installed. I reason that they should not be available to Tensorflow if anything is missing, correct me if I am wrong on that.