R/utils.R

as_nullable_integer <- function(x) {

  if (is.null(x))
    return(NULL)

  as.integer(x)
}


#' @importFrom tensorflow tf
tensorflow::tf
dfalbel/kextra documentation built on May 13, 2019, 3 a.m.