MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of input size 8x8x1 and with filter bank of 2 filters of size 4x4 with stride 4, double. More...
#include <Convolution_tests.hpp>
Public Member Functions | |
Conv8x8x1Filter2x4x4s4Double () | |
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 8x8x1 and with filter bank of 2 filters of size 4x4 with stride 4, double.
Definition at line 611 of file Convolution_tests.hpp.
|
inline |
Definition at line 614 of file Convolution_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 624 of file Convolution_tests.hpp.
|
private |
Object to be tested.
Definition at line 635 of file Convolution_tests.hpp.
|
private |
Definition at line 638 of file Convolution_tests.hpp.
|
private |
Target y values.
Definition at line 644 of file Convolution_tests.hpp.
Referenced by Conv8x8x1Filter2x4x4s4Double().
|
private |
Test x - used in forward pass.
Definition at line 641 of file Convolution_tests.hpp.
Referenced by Conv8x8x1Filter2x4x4s4Double().