oa::Softmax

Softmax: Softmax activation layer.

Inheritance

public Module

Public Methods

Matrix oa::Softmax::forward(const Matrix & inInput)

Constructor & Destructor Documentation

oa::Softmax::Softmax( oa::I32 inDim = -1 )
No public source comment is attached to this declaration.

Parameters

inDim
oa::I32

Default: -1

Public Method Documentation

Matrix oa::Softmax::forward( const Matrix & inInput )
No public source comment is attached to this declaration.

Parameters

inInput
const Matrix &

Returns

Matrix

The declared return value.