ONE - On-device Neural Engine
|
#include "tflite_importer.h"
#include "tflite_op_creator.h"
#include "schema_generated.h"
#include "mir/TensorVariant.h"
#include "mir/ops/ConstantOp.h"
#include "mir/ops/OutputOp.h"
#include <fstream>
#include <memory>
#include <utility>
#include <vector>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | mir_tflite |
Functions | |
std::unique_ptr< mir::Graph > | mir_tflite::loadModel (std::string filename) |