|
ONE - On-device Neural Engine
|
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 | |