R/reexports.R

#' Pipe operator
#'
#' See \code{\link[magrittr]{\%>\%}} for more details.
#'
#' @name %>%
#' @rdname pipe
#' @keywords internal
#' @export
#' @importFrom magrittr %>%
#' @usage lhs \%>\% rhs
NULL


#' @importFrom tensorflow install_tensorflow
#' @export
tensorflow::install_tensorflow

#' @importFrom tensorflow tf
#' @export
tensorflow::tf

#' @importFrom tensorflow shape
#' @export
tensorflow::shape
rstudio/tfhub documentation built on Dec. 25, 2021, 7:51 p.m.