Skip to main content
Module

x/netsaur/mod.ts>TensorLike

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