powered by
A simple (and restrictive) check whether TensorFlow is available.
TensorFlow_available()
logical indicating whether TensorFlow was found.
logical
Marius Hofert
Essentially calls "pip list | grep tensorflow" via system(). Only available on non-Windows operating systems; returns FALSE on Windows.
"pip list | grep tensorflow"
system()
FALSE
library(gnn) # for being standalone TensorFlow_available()
Run the code above in your browser using DataLab