import * as netsaur from "https://deno.land/x/netsaur@0.2.14/src/core/tensor/tensor.ts";
Functions
Create an nth rank tensor from the given nthD array and shape. | |
Create a 1D tensor from the given 1D array. | |
Create a 2D tensor from the given 2D array. | |
Create a 3D tensor from the given 3D array. | |
Create a 4D tensor from the given 4D array. | |
Create a 5D tensor from the given 5D array. | |
Create a 6D tensor from the given 6D array. |