ONE - On-device Neural Engine
Loading...
Searching...
No Matches
RecipeChef.cpp File Reference
#include <circlechef/RecipeChef.h>
#include <mio_circle/Helper.h>
#include "Convert.h"
#include "CircleImport.h"
#include "CircleOpChef.h"
#include "CircleOpChefs.h"
#include "CircleOpRegistry.h"
#include <fstream>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  circlechef
 

Functions

void circlechef::set_inputs (CircleImport *import, circlechef::Operation *operation, const circle::Operator *op)
 
void circlechef::set_outputs (CircleImport *import, circlechef::Operation *operation, const circle::Operator *op)
 
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.