📎︎
NOM
▶︎
NOM
▶︎
ModelNode
▶︎
Layer
▶︎
Output
▶︎
Types

:
: ;

static function Types()
NOM.js: 3510
Enumeration defining the available methods for output configuration of an NOM high level model node.
: Dexter;

Types
Enumeration defining the available methods for output configuration of an NOM high level model node.
: Dexter;

Config
0
Abstract class representing representing a configuration for the output node. (Ref: NOM.ModelNode.Layer.Output.Config )
Default
1
Output as node matrix operations. (Ref: NOM.ModelNode.Layer.Output.Default )
Flatten
2
Flatten the output on the requested axis.. (Ref: NOM.ModelNode.Layer.Output.Flatten )
Reshape
3
Reshape the output as specific shape. (Ref: NOM.ModelNode.Layer.Output.Reshape )
SelectChannel
4
Select a specific dimension channel. (Ref: NOM.ModelNode.Layer.Output.SelectChannel ) --- RESERVED.

Language:
Theme: