ONE - On-device Neural Engine
|
#include "nnkit/support/onnx/Backend.h"
#include <nnkit/CmdlineArguments.h>
#include <memory>
#include <cassert>
Go to the source code of this file.
Functions | |
std::unique_ptr< nnkit::Backend > | make_backend (const nnkit::CmdlineArguments &args) |
std::unique_ptr< nnkit::Backend > make_backend | ( | const nnkit::CmdlineArguments & | args | ) |
Definition at line 24 of file Backend.cpp.