ONE - On-device Neural Engine
|
#include <string>
#include <vector>
#include <type_traits>
#include <unordered_set>
#include <unordered_map>
#include <set>
#include "mir/Operation.h"
#include "mir/ops/InputOp.h"
#include "mir/ops/OutputOp.h"
Go to the source code of this file.
Data Structures | |
class | mir::Graph |
Namespaces | |
namespace | mir |
Functions | |
std::vector< Operation * > | mir::getSortedNodes (Graph *graph) |
Returns nodes of the graph sorted topologically. | |