ONE - On-device Neural Engine
|
#include "nnkit/support/tflite/AbstractBackend.h"
#include <tensorflow/lite/kernels/register.h>
#include <tensorflow/lite/model.h>
#include <stdexcept>
#include <nnkit/CmdlineArguments.h>
#include <memory>
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 60 of file Backend.cpp.