TensorFlow_available {gnn} | R Documentation |
A Simple Check whether TensorFlow is Available
Description
A simple (and restrictive) check whether TensorFlow is available.
Usage
TensorFlow_available()
Details
Essentially calls "pip list | grep tensorflow"
via
system()
. Only available on non-Windows operating
systems; returns FALSE
on Windows.
Value
logical
indicating whether TensorFlow was found.
Author(s)
Marius Hofert
Examples
library(gnn) # for being standalone
TensorFlow_available()
[Package gnn version 0.0-4 Index]