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