Skip to content

Latest commit

 

History

History
118 lines (64 loc) · 2.8 KB

File metadata and controls

118 lines (64 loc) · 2.8 KB

Globals / FlattenLayer /

Interface: FlattenLayer

Hierarchy

Index

Properties

Properties

Optional activation

activation? : string | any

Inherited from Layer.activation

Defined in reimprove/networks.ts:4


Optional batchInputShape

batchInputShape? : number[]

Defined in reimprove/networks.ts:44


Optional batchSize

batchSize? : number

Defined in reimprove/networks.ts:45


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 trainable

trainable? : boolean

Defined in reimprove/networks.ts:46


type

type: "flatten"

Defined in reimprove/networks.ts:49


Optional updatable

updatable? : boolean

Defined in reimprove/networks.ts:47


Optional useBias

useBias? : boolean

Inherited from Layer.useBias

Defined in reimprove/networks.ts:5


Optional weights

weights? : Tensor[]

Defined in reimprove/networks.ts:48