ONE - On-device Neural Engine
|
#include "ConvBackend.h"
#include <nnsuite/conv/RandomModel.h>
#include <nnkit/CmdlineArguments.h>
#include <chrono>
#include <iostream>
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 25 of file Entry.cpp.
References ConvBackend::create().