Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netsaur/mod.ts>Shape6D

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

6th dimentional shape.

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