MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of input size 7x7x3 and with filter bank of 2 filters of 3x3 with stride 2 (floats). Math example taken from: http://cs231n.github.io/convolutional-networks/. More...
#include <Convolution_tests.hpp>
Public Member Functions | |
Conv7x7x3Filter3x3x3s2Float () | |
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 7x7x3 and with filter bank of 2 filters of 3x3 with stride 2 (floats). Math example taken from: http://cs231n.github.io/convolutional-networks/.
Definition at line 425 of file Convolution_tests.hpp.
|
inline |
Definition at line 428 of file Convolution_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 438 of file Convolution_tests.hpp.
References layer, and mic::mlnn::Layer< eT >::p.
|
private |
Desired output for a given x.
Definition at line 494 of file Convolution_tests.hpp.
Referenced by Conv7x7x3Filter3x3x3s2Float().
|
private |
|
private |
Test x - used in forward pass.
Definition at line 491 of file Convolution_tests.hpp.
Referenced by Conv7x7x3Filter3x3x3s2Float().