MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of input size 3x3x2 and with filter bank of 3 filters of size 2x2 with stride 1, floats. Math example taken from my whiteboard;) More...
#include <Convolution_tests.hpp>
Public Member Functions | |
Conv3x3x2Filter3x2x2s1Float () | |
Protected Member Functions | |
virtual void | SetUp () |
Private Attributes | |
mic::mlnn::convolution::Convolution < float > | layer |
Object to be tested. More... | |
mic::types::MatrixPtr< float > | x |
Test x - used in forward pass. More... | |
mic::types::MatrixPtr< float > | desired_y |
Desired output for a given x. More... | |
Test Fixture - layer of input size 3x3x2 and with filter bank of 3 filters of size 2x2 with stride 1, floats. Math example taken from my whiteboard;)
Definition at line 124 of file Convolution_tests.hpp.
|
inline |
Definition at line 127 of file Convolution_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 137 of file Convolution_tests.hpp.
References layer, and mic::mlnn::Layer< eT >::p.
|
private |
Desired output for a given x.
Definition at line 163 of file Convolution_tests.hpp.
Referenced by Conv3x3x2Filter3x2x2s1Float().
|
private |
|
private |
Test x - used in forward pass.
Definition at line 160 of file Convolution_tests.hpp.
Referenced by Conv3x3x2Filter3x2x2s1Float().