17#ifndef __CIRCLE_TENSOR_EXPORTER_H__
18#define __CIRCLE_TENSOR_EXPORTER_H__
40 SerializedModelData &md, SerializedGraphData &gd);
Helper class to hold data needed in creation of a FlatBuffer. To serialize data, you typically call o...
void exportOpDefinedTensors(loco::Graph *g, FlatBufferBuilder &builder, SerializedModelData &md, SerializedGraphData &gd)
create Tensors corresponding to results of all nodes in graph
void prepareModelData(FlatBufferBuilder &builder, SerializedModelData &md)
one time preparation for SerializedModelData
void clearExportInfo(loco::Graph *g)
clear temporary export information annotated to graph nodes