import { Tensor } from "https://deno.land/x/netsaur@0.2.6/web.ts";
A generic N-dimensional tensor.
Constructors
new
Tensor(data: Float32Array, shape: Shape[R])Properties
shape: Shape[R]
import { Tensor } from "https://deno.land/x/netsaur@0.2.6/web.ts";
A generic N-dimensional tensor.