# 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.