MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of size 2x3, floats, sets all internal and external values. More...
#include <Linear_tests.hpp>
Public Member Functions | |
Linear2x3Float () | |
Protected Member Functions | |
virtual void | SetUp () |
Private Attributes | |
mic::mlnn::fully_connected::Linear < float > | layer |
mic::types::MatrixPtr< float > | const_x |
mic::types::MatrixPtr< float > | const_dy |
mic::types::MatrixPtr< float > | target_y |
mic::neural_nets::loss::SquaredErrorLoss < float > | loss |
Test Fixture - layer of size 2x3, floats, sets all internal and external values.
Definition at line 79 of file Linear_tests.hpp.
|
inline |
Definition at line 82 of file Linear_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 90 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 116 of file Linear_tests.hpp.
Referenced by Linear2x3Float().
|
private |
Definition at line 113 of file Linear_tests.hpp.
Referenced by Linear2x3Float().
|
private |
Definition at line 110 of file Linear_tests.hpp.
Referenced by SetUp().
|
private |
Definition at line 122 of file Linear_tests.hpp.
|
private |
Definition at line 119 of file Linear_tests.hpp.
Referenced by Linear2x3Float().