Skip to main content
Module

x/netsaur/mod.ts>tensor1D

Powerful machine learning, accelerated by WebGPU
Latest
function tensor1D
import { tensor1D } from "https://deno.land/x/netsaur@0.3.1/mod.ts";

Create a 1D tensor from the given 1D array.

tensor1D([1, 2, 3, 4]);