|
ONE - On-device Neural Engine
|
Go to the source code of this file.
Namespaces | |
| namespace | loco |
Functions | |
| std::set< Node * > | loco::all_nodes (Graph *) |
| Enumerate all the nodes in a given graph. | |
| std::vector< Node * > | loco::input_nodes (const Graph *) |
| std::vector< Node * > | loco::output_nodes (Graph *) |
| std::unique_ptr< Graph > | loco::make_graph (void) |