Skip to main content
Module

x/netsaur/web.ts>tensor2D

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

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

tensor2D([
 [1, 2, 3, 4],
 [5, 6, 7, 8],
]);