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

x/neo/backend/core/operators/binary.ts>binary

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

Parameters

wasmOperator: BackendOperator<WasmBackend, [WasmData<T>, WasmData<T>, WasmData<T>], undefined, void>
webgpuOperator: BackendOperator<WebGPUBackend, [WebGPUData<T>, WebGPUData<T>, WebGPUData<T>], undefined, Promise<void>>