ONE - On-device Neural Engine
|
#include <tflchef/RecipeChef.h>
#include <mio_tflite2121/Helper.h>
#include "Convert.h"
#include "TFliteImport.h"
#include "TFliteOpChef.h"
#include "TFliteOpChefs.h"
#include "TFliteOpRegistry.h"
#include <fstream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | tflchef |
Functions | |
void | tflchef::set_inputs (TFliteImport *import, tflchef::Operation *operation, const tflite::Operator *op) |
void | tflchef::set_outputs (TFliteImport *import, tflchef::Operation *operation, const tflite::Operator *op) |
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. | |