Skip to main content
The Deno 2 Release Candidate is here
Learn more
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.2.9/src/backends/cpu/util.ts";

Predict Options Interface.

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