ONE - On-device Neural Engine
|
#include <cstdint>
#include <set>
Go to the source code of this file.
Data Structures | |
class | kuma::Context< Algorithm::Greedy > |
class | kuma::Context< Algorithm::LinearScanFirstFit > |
Namespaces | |
namespace | kuma |
Typedefs | |
using | kuma::ItemID = uint32_t |
using | kuma::ItemSize = uint32_t |
using | kuma::MemoryOffset = uint32_t |
using | kuma::MemorySize = uint32_t |
Enumerations | |
enum | kuma::Algorithm { kuma::Greedy , kuma::LinearScanFirstFit } |
Functions | |
void | kuma::solve (Context< Greedy > *) |
void | kuma::solve (Context< Algorithm::LinearScanFirstFit > *) |