TensorFlow_available: A Simple Check whether TensorFlow is Available

View source: R/auxiliaries.R

TensorFlow_availableR 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()

gnn documentation built on May 29, 2024, 6:13 a.m.