Skip to main content
Module

x/netsaur/mod.ts>TensorLike

Powerful machine learning, accelerated by WebGPU
Latest
type alias TensorLike
import { type TensorLike } from "https://deno.land/x/netsaur@0.4.0-patch/mod.ts";
definition: { shape: Shape<R>; data: Float32Array; }