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

x/netsaur/src/core/types.ts>InitFn

Powerful machine learning, accelerated by WebGPU
Go to Latest
interface InitFn
import { type InitFn } from "https://deno.land/x/netsaur@0.2.1/src/core/types.ts";

Methods

init<R extends Rank, B extends BackendType>(
input: Shape[Rank],
weights: Shape[R],
outputs: Shape[Rank],
): Tensor<R, B>