import { tensor2D } from "https://deno.land/x/netsaur@0.2.2/src/core/tensor/tensor.ts";
Create a 2D tensor from the given 2D array.
Parameters
values: Array2D
import { tensor2D } from "https://deno.land/x/netsaur@0.2.2/src/core/tensor/tensor.ts";
Create a 2D tensor from the given 2D array.