MachineIntelligenceCore:NeuralNets
|
Test Fixture - layer of size 1x1, floats, sets W[0] = 1.0 and b[0] = 1.0. More...
#include <Linear_tests.hpp>
Public Member Functions | |
Linear1x1Float () | |
Protected Member Functions | |
virtual void | SetUp () |
Private Attributes | |
mic::mlnn::fully_connected::Linear < float > | layer |
Test Fixture - layer of size 1x1, floats, sets W[0] = 1.0 and b[0] = 1.0.
Definition at line 42 of file Linear_tests.hpp.
|
inline |
Definition at line 45 of file Linear_tests.hpp.
|
inlineprotectedvirtual |
Definition at line 49 of file Linear_tests.hpp.
References layer, and mic::mlnn::Layer< eT >::p.
|
private |
Definition at line 57 of file Linear_tests.hpp.
Referenced by SetUp().