tests/testthat/helper-skips.R

skip_if_not_tensorflow_version <- function(version) {
  if (tensorflow::tf_version() < version)
    skip(paste0("Needs TensorFlow version >= ", version))
}

Try the keras3 package in your browser

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

keras3 documentation built on April 4, 2025, 12:32 a.m.