|
ONE - On-device Neural Engine
|
#include <TestHelper.h>

Public Member Functions | |
| SoftmaxTestGraph ()=default | |
| void | init (void) |
Public Member Functions inherited from mpqsolver::test::models::SoftmaxGraphlet | |
| SoftmaxGraphlet ()=default | |
| virtual | ~SoftmaxGraphlet ()=default |
| void | init (loco::Graph *g) |
Additional Inherited Members | |
Data Fields inherited from mpqsolver::test::models::SoftmaxGraphlet | |
| luci::CircleAbs * | _ifm = nullptr |
| luci::CircleReduceMax * | _max = nullptr |
| luci::CircleSub * | _sub = nullptr |
| luci::CircleExp * | _exp = nullptr |
| luci::CircleSum * | _sum = nullptr |
| luci::CircleDiv * | _div = nullptr |
Protected Member Functions inherited from mpqsolver::test::models::SoftmaxGraphlet | |
| void | initMinMax (luci::CircleNode *node, float min, float max) |
Protected Attributes inherited from mpqsolver::test::models::SoftmaxGraphlet | |
| luci::CircleConst * | _softmax_indices = nullptr |
Definition at line 101 of file TestHelper.h.
|
default |
| void mpqsolver::test::models::SoftmaxTestGraph::init | ( | void | ) |