import { tensor1D } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";
Create a 1D tensor from the given 1D array.
tensor1D([1, 2, 3, 4]);
Parameters
values: Array1D
import { tensor1D } from "https://deno.land/x/netsaur@0.4.0-patch/packages/core/mod.ts";
Create a 1D tensor from the given 1D array.
tensor1D([1, 2, 3, 4]);