Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netsaur/packages/core/mod.ts>Tensor.zeroes

Powerful Powerful Machine Learning library with GPU, CPU and WASM backends
Latest
method Tensor.zeroes
Re-export
import { Tensor } from "https://deno.land/x/netsaur@0.4.2/packages/core/mod.ts";

Creates an empty tensor.

Tensor.zeros([2, 2]);