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

x/netsaur/layers/mod.ts>PoolLayer

Powerful machine learning, accelerated by WebGPU
Go to Latest
class PoolLayer
import { PoolLayer } from "https://deno.land/x/netsaur@0.1.5/layers/mod.ts";

MaxPool layer.

Constructors

new
PoolLayer(config: PoolLayerConfig)

Properties

optional
data: LayerJSON
load: boolean
type: string

Static Methods

fromJSON(layerJSON: LayerJSON): PoolLayer