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

x/netsaur/src/backends/cpu/util.ts>PredictOptions

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias PredictOptions
import { type PredictOptions } from "https://deno.land/x/netsaur@0.3.1/src/backends/cpu/util.ts";

Predict Options Interface.

definition: { inputShape: Shape[Rank]; outputShape: Shape[Rank]; }