ONE - On-device Neural Engine
|
simple model with just an Add of input and constant More...
#include <TestHelper.h>
Data Fields | |
float | _a_min = -1.f |
float | _a_max = 1.f |
luci::CircleAdd * | _add = nullptr |
luci::CircleConst * | _beta = nullptr |
Data Fields inherited from mpqsolver::test::models::SimpleGraph | |
std::unique_ptr< loco::Graph > | _g |
luci::CircleInput * | _input = nullptr |
luci::CircleOutput * | _output = nullptr |
uint32_t | _channel_size = 16 |
uint32_t | _width = 4 |
uint32_t | _height = 4 |
Additional Inherited Members | |
Public Member Functions inherited from mpqsolver::test::models::SimpleGraph | |
SimpleGraph () | |
void | init () |
virtual | ~SimpleGraph ()=default |
void | transfer_to (luci::Module *module) |
simple model with just an Add of input and constant
Definition at line 63 of file TestHelper.h.
float mpqsolver::test::models::AddGraph::_a_max = 1.f |
Definition at line 73 of file TestHelper.h.
float mpqsolver::test::models::AddGraph::_a_min = -1.f |
Definition at line 72 of file TestHelper.h.
luci::CircleAdd* mpqsolver::test::models::AddGraph::_add = nullptr |
Definition at line 74 of file TestHelper.h.
luci::CircleConst* mpqsolver::test::models::AddGraph::_beta = nullptr |
Definition at line 75 of file TestHelper.h.