Skip to main content
Module

x/netsaur/web.ts>BackendType

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

BackendType represents the type of backend to use.

Members

CPU = "cpu"

CPU backend

GPU = "gpu"

GPU backend

WASM = "wasm"

Web Assembly backend