Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4/src/core/types.ts";

Members

Activation = "activation"
Conv2D = "conv2d"
Dense = "dense"
Dropout = "dropout"
Flatten = "flatten"
Pool2D = "pool2d"
Softmax = "softmax"