|
ONE - On-device Neural Engine
|
#include "CircleOperationExporter.h"#include "CircleOperationExporterRule.h"#include <luci/IR/CircleNode.h>#include <luci/Profile/CircleNodeOrigin.h>#include <luci/Plan/CircleNodeExecutionPlan.h>#include <loco/IR/Algorithm.h>Go to the source code of this file.
Namespaces | |
| namespace | luci |
Functions | |
| void | luci::exportNodes (loco::Graph *g, flatbuffers::FlatBufferBuilder &builder, SerializedModelData &md, SerializedGraphData &gd) |
| create Operators corresponding to model nodes | |