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

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

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
type alias MatrixLike
import { type MatrixLike } from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/utils/misc/mod.ts";

The base type implemented by Matrix

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