17#ifndef __RECIPE_CHEF_H__
18#define __RECIPE_CHEF_H__
20#include <mio/circle/schema_generated.h>
21#include <circlechef.pb.h>
32std::unique_ptr<ModelRecipe>
generate_recipe(
const circle::Model *model);
37bool write_recipe(
const std::string &filename, std::unique_ptr<ModelRecipe> &recipe);
std::unique_ptr< ModelRecipe > generate_recipe(const circle::Model *model)
Create ModelRecipe from circle::Model.
bool write_recipe(const std::string &filename, std::unique_ptr< ModelRecipe > &recipe)
Write ModelRecipe to file with given name.