TensorFlow_available: A Simple Check whether TensorFlow is Available

Description Usage Details Value Author(s) Examples

View source: R/auxiliaries.R

Description

A simple (and restrictive) check whether TensorFlow is available.

Usage

1

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

1
2
3
library(gnn) # for being standalone

TensorFlow_available()

gnn documentation built on Sept. 20, 2021, 3 a.m.