MachineIntelligenceCore:NeuralNets
|
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>
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... | |
Test Fixture - layer of input size 28x28x1 and with filter bank of 2 filters of size 28x28 with stride 1, double.
Definition at line 569 of file Convolution_tests.hpp.
|
inline |
Definition at line 572 of file Convolution_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 582 of file Convolution_tests.hpp.
|
private |
Object to be tested.
Definition at line 593 of file Convolution_tests.hpp.
|
private |
Definition at line 596 of file Convolution_tests.hpp.
|
private |
Target y values.
Definition at line 602 of file Convolution_tests.hpp.
Referenced by Conv28x28x1Filter2x28x28s1Double().
|
private |
Test x - used in forward pass.
Definition at line 599 of file Convolution_tests.hpp.
Referenced by Conv28x28x1Filter2x28x28s1Double().