import { Tensor } from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/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>; }