MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of size 2x3, doubles, sets all internal and external values. More...
#include <Linear_tests.hpp>
Public Member Functions | |
Linear2x3Double () | |
Protected Member Functions | |
virtual void | SetUp () |
Private Attributes | |
mic::mlnn::fully_connected::Linear < double > | layer |
mic::types::MatrixPtr< double > | const_x |
mic::types::MatrixPtr< double > | const_dy |
mic::types::MatrixPtr< double > | target_y |
mic::neural_nets::loss::SquaredErrorLoss < double > | loss |
Test Fixture - layer of size 2x3, doubles, sets all internal and external values.
Definition at line 130 of file Linear_tests.hpp.
|
inline |
Definition at line 133 of file Linear_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 141 of file Linear_tests.hpp.
References mic::mlnn::Layer< eT >::g, layer, mic::mlnn::Layer< eT >::p, and mic::mlnn::Layer< eT >::s.
|
private |
Definition at line 166 of file Linear_tests.hpp.
Referenced by Linear2x3Double().
|
private |
Definition at line 163 of file Linear_tests.hpp.
Referenced by Linear2x3Double().
|
private |
Definition at line 160 of file Linear_tests.hpp.
Referenced by SetUp().
|
private |
Definition at line 172 of file Linear_tests.hpp.
|
private |
Definition at line 169 of file Linear_tests.hpp.
Referenced by Linear2x3Double().