import * as netsaur from "https://deno.land/x/netsaur@0.2.14/src/core/tensor/util.ts";
Functions
Infer the shape of an array. | |
iterate over a 1D array. | |
iterate over a 2D array. | |
iterate over a 3D array. | |
iterate over a 4D array. | |
return the length of a shape. | |
f to1D | convert a shape to a 1D shape. |
f to2D | convert a shape to a 2D shape. |
f to3D | convert a shape to a 3D shape. |
f to4D | convert a shape to a 4D shape. |
convert a shape to a given rank. |