Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.29 KB

maxpooling2dlayer.md

File metadata and controls

93 lines (50 loc) · 2.29 KB

Globals / MaxPooling2DLayer /

Interface: MaxPooling2DLayer

Hierarchy

Index

Properties

Properties

Optional activation

activation? : string | any

Inherited from Layer.activation

Defined in reimprove/networks.ts:4


Optional inputShape

inputShape? : number[]

Inherited from Layer.inputShape

Defined in reimprove/networks.ts:8

Do not use this field


Optional name

name? : string

Inherited from Layer.name

Defined in reimprove/networks.ts:6


Optional poolSize

poolSize? : number

Defined in reimprove/networks.ts:23


Optional strides

strides? : [number, number]

Defined in reimprove/networks.ts:24


type

type: "maxpooling"

Overrides ConvolutionalNetworkLayer.type

Defined in reimprove/networks.ts:25


Optional useBias

useBias? : boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5