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

x/netsaur/src/backend_wasm/utils.ts>PredictOptions

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias PredictOptions
import { type PredictOptions } from "https://deno.land/x/netsaur@0.2.0/src/backend_wasm/utils.ts";
definition: { inputShape: Shape[Rank]; outputShape: Shape[Rank]; }