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

x/netsaur/mod.ts>BackendType

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
enum BackendType
import { BackendType } from "https://deno.land/x/netsaur@0.4.2/mod.ts";

BackendType represents the type of backend to use.

Members

CPU = "cpu"

CPU backend

GPU = "gpu"

GPU backend

WASM = "wasm"

Web Assembly backend