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__`
}
EagerAI/tfaddons documentation built on April 3, 2022, 11:42 p.m.