|
ONE - On-device Neural Engine
|
Data Structures | |
| class | TFNodeBuildTester |
Functions | |
| template<typename T > | |
| T * | find_first_node_bytype (loco::Graph *g) |
| template<typename T > | |
| std::vector< T * > | find_nodes_bytype (loco::Graph *g) |
| void | setup_output_node (loco::Graph *graph, loco::Node *last_node) |
| Append setup output of graph by adding loco::Push node. | |
| T * moco::test::find_first_node_bytype | ( | loco::Graph * | g | ) |
Definition at line 35 of file TestHelper.h.
References loco::ObjectPool< T >::at(), and loco::ObjectPool< T >::size().
| std::vector< T * > moco::test::find_nodes_bytype | ( | loco::Graph * | g | ) |
Definition at line 42 of file TestHelper.h.
References loco::active_nodes(), and loco::output_nodes().
| void moco::test::setup_output_node | ( | loco::Graph * | graph, |
| loco::Node * | last_node | ||
| ) |
Append setup output of graph by adding loco::Push node.