ONE - On-device Neural Engine
Loading...
Searching...
No Matches
RecipeChef.h File Reference
#include <mio/tflite/schema_generated.h>
#include <tflchef.pb.h>
#include <memory>
#include <string>

Go to the source code of this file.

Namespaces

namespace  tflchef
 

Functions

std::unique_ptr< ModelRecipe > tflchef::generate_recipe (const tflite::Model *model)
 Create ModelRecipe from tflite::Model.
 
bool tflchef::write_recipe (const std::string &filename, std::unique_ptr< ModelRecipe > &recipe)
 Write ModelRecipe to file with given name.