R/reexports.R

#' @importFrom tensorflow tf
#' @return a alias for tensorflow::tf
#' @export
tensorflow::tf

#' @importFrom tensorflow shape
#' @return a alias for tensorflow::shape
#' @export
tensorflow::shape

#' @importFrom tensorflow tf_config
#' @return a alias for tensorflow::tf_config
#' @export
tensorflow::tf_config

#' @importFrom magrittr %>%
#' @return a alias for magrittr::`%>%`
#' @export
magrittr::`%>%`
rstudio/tfprobability documentation built on Sept. 11, 2022, 4:32 a.m.