Skip to main content
Module

x/netsaur/mod.ts>tensor1D

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

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

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