Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/mod.ts>setupBackend

Powerful machine learning, accelerated by WebGPU
Go to Latest
function setupBackend
import { setupBackend } from "https://deno.land/x/netsaur@0.2.10/mod.ts";

setupBackend loads the backend and sets it up.

import { setupBackend, CPU } from "https://deno.land/x/netsaur/mod.ts";

await setupBackend(CPU);

Parameters

optional
silent = [UNSUPPORTED]