Skip to main content
Module

x/netsaur/src/backend_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.8/src/backend_cpu/util.ts";

Predict Options Interface.

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