Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/mod.ts>BackendType

Powerful machine learning, accelerated by WebGPU
Latest
enum BackendType
import { BackendType } from "https://deno.land/x/netsaur@0.3.2-patch/mod.ts";

BackendType represents the type of backend to use.

Members

CPU = "cpu"

CPU backend

GPU = "gpu"

GPU backend

WASM = "wasm"

Web Assembly backend