Skip to content

Latest commit

 

History

History
131 lines (75 loc) · 2.89 KB

File metadata and controls

131 lines (75 loc) · 2.89 KB

ReImproveJS > FlattenLayer

Interface: FlattenLayer

Hierarchy

Layer

↳ FlattenLayer

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