Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/packages/core/src/backend_loader.ts

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
import * as netsaur from "https://deno.land/x/netsaur@0.4.2/packages/core/src/backend_loader.ts";

Variables

The AUTO backend is chosen automatically based on the environment.

CPU Backend written in Rust.

GPU Backend written in Rust.

Web Assembly Backend written in Rust & compiled to Web Assembly.

Functions

The OPTION function is used to choose a backend from a list of options.