ONE - On-device Neural Engine
|
#include <map>
#include <vector>
#include <unordered_set>
#include <memory>
#include "backend/basic/Allocator.h"
#include "backend/basic/IMemoryPlanner.h"
#include "ir/OperandIndexMap.h"
Go to the source code of this file.
Data Structures | |
class | onert::backend::basic::BumpPlanner |
Class to plan memory by bump way. More... | |
class | onert::backend::basic::FirstFitPlanner |
Class to plan memory by firstfit way. More... | |
class | onert::backend::basic::WICPlanner |
Class to plan memory by Weighted Interval Color algorithm. More... | |
Namespaces | |
namespace | onert |
namespace | onert::backend |
namespace | onert::backend::basic |