import { Tensor } from "https://deno.land/x/netsaur@0.4.0-patch/packages/utilities/mod.ts";
A Tensor of order O.
Methods
Filter the tensor by 0th axis
item(...indices: number[]): DTypeValue<DT>
Get an item using indices
toJSON(): { data: DTypeValue<DT>[]; shape: Shape<O>; }