ONE - On-device Neural Engine
Loading...
Searching...
No Matches
TestHelper.h File Reference
#include <loco.h>

Go to the source code of this file.

Namespaces

namespace  moco
 
namespace  moco::test
 

Functions

template<typename T >
T * moco::test::find_first_node_bytype (loco::Graph *g)
 
template<typename T >
std::vector< T * > moco::test::find_nodes_bytype (loco::Graph *g)
 
void moco::test::setup_output_node (loco::Graph *graph, loco::Node *last_node)
 Append setup output of graph by adding loco::Push node.