ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Graph.cpp File Reference
#include "mir/Graph.h"
#include <algorithm>
#include <deque>
#include <unordered_map>

Go to the source code of this file.

Namespaces

namespace  mir
 

Functions

std::vector< Operation * > mir::getSortedNodes (Graph *graph)
 Returns nodes of the graph sorted topologically.