tf function

Main TensorFlow module

Main TensorFlow module

Interface to main TensorFlow module. Provides access to top level classes and functions as well as sub-modules (e.g. tf$nn, tf$contrib$learn, etc.). data

Format

TensorFlow module

tf

Examples

## Not run: library(tensorflow) hello <- tf$constant('Hello, TensorFlow!') zeros <- tf$Variable(tf$zeros(shape(1L))) tf$print(hello) tf$print(zeros) ## End(Not run)
  • Maintainer: Tomasz Kalinowski
  • License: Apache License 2.0
  • Last published: 2024-04-15