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.1/src/core/types.ts";

Members

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