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

x/netsaur/src/core/types.ts>LayerType

Powerful machine learning, accelerated by WebGPU
Go to Latest
enum LayerType
import { LayerType } from "https://deno.land/x/netsaur@0.2.0/src/core/types.ts";

Members

Activation = "activation"
Conv = "conv"
Dense = "dense"
Flatten = "flatten"
Pool = "pool"
Softmax = "softmax"