Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netsaur/mod.ts>Shape4D

Powerful machine learning, accelerated by WebGPU
Go to Latest
type alias Shape4D
Re-export
import { type Shape4D } from "https://deno.land/x/netsaur@0.3.0/mod.ts";

4th dimentional shape.

definition:
[
number,
number,
number,
number,
]