MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Softmax4x1Float Class Reference

Test Fixture - 4x1 softmax layer. More...

#include <SoftmaxTests.hpp>

Inheritance diagram for Softmax4x1Float:
Collaboration diagram for Softmax4x1Float:

Public Member Functions

 Softmax4x1Float ()
 

Protected Member Functions

virtual void SetUp ()
 

Private Attributes

mic::mlnn::cost_function::Softmax
< float > 
layer
 
mic::types::MatrixPtr< float > input_x
 
mic::types::MatrixPtr< float > output_y
 
mic::types::MatrixPtr< float > target_y
 

Detailed Description

Test Fixture - 4x1 softmax layer.

Author
tkornuta

Definition at line 40 of file SoftmaxTests.hpp.

Constructor & Destructor Documentation

Softmax4x1Float::Softmax4x1Float ( )
inline

Definition at line 43 of file SoftmaxTests.hpp.

References input_x, output_y, and target_y.

Member Function Documentation

virtual void Softmax4x1Float::SetUp ( )
inlineprotectedvirtual

Definition at line 51 of file SoftmaxTests.hpp.

Member Data Documentation

mic::types::MatrixPtr<float> Softmax4x1Float::input_x
private

Definition at line 62 of file SoftmaxTests.hpp.

Referenced by Softmax4x1Float().

mic::mlnn::cost_function::Softmax<float> Softmax4x1Float::layer
private

Definition at line 59 of file SoftmaxTests.hpp.

mic::types::MatrixPtr<float> Softmax4x1Float::output_y
private

Definition at line 65 of file SoftmaxTests.hpp.

Referenced by Softmax4x1Float().

mic::types::MatrixPtr<float> Softmax4x1Float::target_y
private

Definition at line 68 of file SoftmaxTests.hpp.

Referenced by Softmax4x1Float().


The documentation for this class was generated from the following file: