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

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

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

type

BackendOperator<WasmBackend, [WasmData<"f32" | "u32" | "i32">, WasmData<"f32" | "u32" | "i32">], { w: number; h: number; }>