ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Graph.cpp File Reference
#include "loco/IR/Graph.h"
#include <memory>
#include <cassert>

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< Graphloco::make_graph (void)