ONE - On-device Neural Engine
|
#include <mio/circle/schema_generated.h>
#include <circlechef.pb.h>
#include <memory>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | circlechef |
Functions | |
std::unique_ptr< ModelRecipe > | circlechef::generate_recipe (const circle::Model *model) |
Create ModelRecipe from circle::Model. | |
bool | circlechef::write_recipe (const std::string &filename, std::unique_ptr< ModelRecipe > &recipe) |
Write ModelRecipe to file with given name. | |