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

x/neo/backend/wasm/operators/matmul.ts>matmul

👩‍💻 Matrix and other math, accelerated by WebGPU and WASM
Latest
variable matmul
import { matmul } from "https://deno.land/x/neo@0.0.1-pre.1/backend/wasm/operators/matmul.ts";

type

BackendOperator<WasmBackend, [WasmData<"f32" | "u32" | "i32">, WasmData<"f32" | "u32" | "i32">, WasmData<"f32" | "u32" | "i32">], { m: number; n: number; k: number; }>