|
ONE - On-device Neural Engine
|
#include "tflite_op_creator.h"#include "schema_generated.h"#include "mir/ops/AddOp.h"#include "mir/ops/AvgPool2DOp.h"#include "mir/ops/CappedReluOp.h"#include "mir/ops/ConcatOp.h"#include "mir/ops/ConstantOp.h"#include "mir/ops/Conv2DOp.h"#include "mir/ops/Deconv2DOp.h"#include "mir/ops/DepthwiseConv2DOp.h"#include "mir/ops/DivOp.h"#include "mir/ops/FullyConnectedOp.h"#include "mir/ops/HardSwishOp.h"#include "mir/ops/LeakyReluOp.h"#include "mir/ops/MaxOp.h"#include "mir/ops/MaxPool2DOp.h"#include "mir/ops/MulOp.h"#include "mir/ops/PadOp.h"#include "mir/ops/ReduceMeanOp.h"#include "mir/ops/ReluOp.h"#include "mir/ops/ReshapeOp.h"#include "mir/ops/ResizeOp.h"#include "mir/ops/SigmoidOp.h"#include "mir/ops/SliceOp.h"#include "mir/ops/SoftmaxOp.h"#include "mir/ops/SqrtOp.h"#include "mir/ops/SqueezeOp.h"#include "mir/ops/SubOp.h"#include "mir/ops/TanhOp.h"#include "mir/ops/TransposeOp.h"#include "mir/Shape.h"#include "mir/ShapeRange.h"#include "mir/Tensor.h"#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | mir_tflite |