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

x/netsaur/packages/utilities/src/utils/misc/matrix.ts>MatrixLike

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias MatrixLike
import { type MatrixLike } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/src/utils/misc/matrix.ts";

The base type implemented by Matrix

definition: { data: DType<DT>; shape: Shape<2>; }