import { tensor1D } from "https://deno.land/x/netsaur@0.2.14/src/core/tensor/tensor.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.2.14/src/core/tensor/tensor.ts";
Create a 1D tensor from the given 1D array.
tensor1D([1, 2, 3, 4]);