R/utils.R

Defines functions tfaddons_version

Documented in tfaddons_version

#' @title Version of TensorFlow SIG Addons
#' @description Get the current version of TensorFlow SIG Addons
#' @return prints the version.
#' @export
tfaddons_version = function() {
  tfa$`__version__`
}

Try the tfaddons package in your browser

Any scripts or data that you put into this service are public.

tfaddons documentation built on July 2, 2020, 2:12 a.m.