R/package.R

Defines functions .onLoad

#' @importFrom reticulate py_last_error tuple py_str py_has_attr
#' @import tidyselect
#' @import rlang
NULL

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("tfestimators::input_fn", "tf_dataset")
}

Try the tfdatasets package in your browser

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

tfdatasets documentation built on June 30, 2022, 1:04 a.m.