|
ONE - On-device Neural Engine
|
#include <loco.h>#include <tensorflow/core/framework/graph.pb.h>#include <moco/IR/TFNode.h>#include <moco/Import/GraphBuilder.h>#include <plier/tf/TestHelper.h>Go to the source code of this file.
Data Structures | |
| class | moco::tf::test::TFNodeBuildTester |
Namespaces | |
| namespace | moco |
| namespace | moco::tf |
| namespace | moco::tf::test |
Macros | |
| #define | STRING_CONTENT(content) #content |
Functions | |
| template<typename T > | |
| T * | moco::tf::test::find_first_node_bytype (loco::Graph *g) |
| template<typename T > | |
| std::vector< T * > | moco::tf::test::find_nodes_bytype (loco::Graph *g) |
| void | moco::tf::test::setup_output_node (loco::Graph *graph, loco::Node *last_node) |
| Append setup output of graph by adding loco::Push node. | |
| #define STRING_CONTENT | ( | content | ) | #content |
Definition at line 24 of file TestHelper.h.