R/zzz.R

Defines functions .onLoad

# nocov start
.onLoad <- function(libname, pkgname){
  # Create global graph to track all the operations
  options(
    "aria_default_context" = aria_context(),
    "aria_backend" = cpu_tensor
  )
}

# nocov end
krzjoa/aria documentation built on Oct. 1, 2020, 12:48 p.m.