MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double Class Reference

Test Fixture - layer of input size 28x28x1 and with filter bank of 2 filters of size 28x28 with stride 1, double. More...

#include <Convolution_tests.hpp>

Inheritance diagram for mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double:
Collaboration diagram for mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double:

Public Member Functions

 Conv28x28x1Filter2x28x28s1Double ()
 

Protected Member Functions

virtual void SetUp ()
 

Private Attributes

mic::mlnn::convolution::Convolution
< double > 
layer
 Object to be tested. More...
 
mic::neural_nets::loss::SquaredErrorLoss
< double > 
loss
 
mic::types::MatrixPtr< double > x
 Test x - used in forward pass. More...
 
mic::types::MatrixPtr< double > target_y
 Target y values. More...
 

Detailed Description

Test Fixture - layer of input size 28x28x1 and with filter bank of 2 filters of size 28x28 with stride 1, double.

Author
tkornuta

Definition at line 569 of file Convolution_tests.hpp.

Constructor & Destructor Documentation

mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::Conv28x28x1Filter2x28x28s1Double ( )
inline

Definition at line 572 of file Convolution_tests.hpp.

References target_y, and x.

Member Function Documentation

virtual void mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::SetUp ( )
inlineprotectedvirtual

Definition at line 582 of file Convolution_tests.hpp.

Member Data Documentation

mic::mlnn::convolution::Convolution<double> mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::layer
private

Object to be tested.

Definition at line 593 of file Convolution_tests.hpp.

mic::neural_nets::loss::SquaredErrorLoss<double> mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::loss
private

Definition at line 596 of file Convolution_tests.hpp.

mic::types::MatrixPtr<double> mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::target_y
private

Target y values.

Definition at line 602 of file Convolution_tests.hpp.

Referenced by Conv28x28x1Filter2x28x28s1Double().

mic::types::MatrixPtr<double> mic::neural_nets::unit_tests::Conv28x28x1Filter2x28x28s1Double::x
private

Test x - used in forward pass.

Definition at line 599 of file Convolution_tests.hpp.

Referenced by Conv28x28x1Filter2x28x28s1Double().


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