|
ONE - On-device Neural Engine
|
#include "CircleTensorExporter.h"#include "CircleExporterUtils.h"#include <luci/IR/CircleNodes.h>#include <luci/IR/CircleNodeVisitor.h>#include <luci/Service/CircleTypeInference.h>#include <luci/Service/CircleShapeInference.h>#include <luci/Log.h>#include <loco/IR/Algorithm.h>#include <loco/IR/CanonicalNode.h>#include <loco/IR/CanonicalNodeVisitor.h>#include <loco/IR/DataTypeTraits.h>#include <oops/InternalExn.h>#include <string.h>Go to the source code of this file.
Namespaces | |
| namespace | luci |
Functions | |
| void | luci::prepareModelData (flatbuffers::FlatBufferBuilder &builder, SerializedModelData &md) |
| one time preparation for SerializedModelData | |
| void | luci::exportOpDefinedTensors (loco::Graph *g, flatbuffers::FlatBufferBuilder &builder, SerializedModelData &md, SerializedGraphData &gd) |
| create Tensors corresponding to results of all nodes in graph | |
| void | luci::clearExportInfo (loco::Graph *g) |
| clear temporary export information annotated to graph nodes | |