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

x/netsaur/src/core/types.ts>BackendType

Powerful machine learning, accelerated by WebGPU
Go to Latest
enum BackendType
import { BackendType } from "https://deno.land/x/netsaur@0.2.2/src/core/types.ts";

BackendType represents the type of backend to use.

Members

CPU = "cpu"

CPU backend

GPU = "gpu"

GPU backend

WASM = "wasm"

Web Assembly backend