ONE - On-device Neural Engine
|
#include "CircleTensorExporter.h"
#include "CircleTypeInference.h"
#include "ShapeInference.h"
#include "loco/IR/Algorithm.h"
#include "loco/IR/CanonicalNode.h"
#include "loco/IR/CanonicalNodeVisitor.h"
#include "loco/IR/DataTypeTraits.h"
#include "Dialect/IR/TFLNodes.h"
#include <oops/InternalExn.h>
Go to the source code of this file.
Namespaces | |
namespace | exo |
namespace | exo::circle_detail |
Functions | |
void | exo::circle_detail::exportOpDefinedTensor (const TFLTensorInfo &info, FlatBufferBuilder &builder, SerializedModelData &gd) |
void | exo::circle_detail::exportOpDefinedTensors (loco::Graph *g, flatbuffers::FlatBufferBuilder &builder, SerializedModelData &gd) |
create Tensors corresponding to results of all nodes in graph | |