|
ONE - On-device Neural Engine
|
#include "Op/Abs.h"#include "Op/Add.h"#include "Op/AddN.h"#include "Op/ArgMax.h"#include "Op/ArgMin.h"#include "Op/AveragePool2D.h"#include "Op/BatchMatMul.h"#include "Op/BatchToSpaceND.h"#include "Op/BidirectionalSequenceLSTM.h"#include "Op/BroadcastTo.h"#include "Op/Cast.h"#include "Op/Ceil.h"#include "Op/Concatenation.h"#include "Op/Conv2D.h"#include "Op/Cos.h"#include "Op/CumSum.h"#include "Op/Densify.h"#include "Op/DepthToSpace.h"#include "Op/DepthwiseConv2D.h"#include "Op/Dequantize.h"#include "Op/Div.h"#include "Op/ELU.h"#include "Op/Equal.h"#include "Op/Exp.h"#include "Op/ExpandDims.h"#include "Op/FakeQuant.h"#include "Op/Fill.h"#include "Op/Floor.h"#include "Op/FloorDiv.h"#include "Op/FloorMod.h"#include "Op/FullyConnected.h"#include "Op/Gather.h"#include "Op/GatherNd.h"#include "Op/Gelu.h"#include "Op/Greater.h"#include "Op/GreaterEqual.h"#include "Op/HardSwish.h"#include "Op/If.h"#include "Op/L2Normalize.h"#include "Op/L2Pool2D.h"#include "Op/LeakyRelu.h"#include "Op/Less.h"#include "Op/LessEqual.h"#include "Op/LocalResponseNormalization.h"#include "Op/Log.h"#include "Op/LogicalAnd.h"#include "Op/LogicalNot.h"#include "Op/LogicalOr.h"#include "Op/Logistic.h"#include "Op/LogSoftmax.h"#include "Op/MatrixDiag.h"#include "Op/MatrixSetDiag.h"#include "Op/Maximum.h"#include "Op/MaxPool2D.h"#include "Op/Mean.h"#include "Op/Minimum.h"#include "Op/MirrorPad.h"#include "Op/Mul.h"#include "Op/Neg.h"#include "Op/NonMaxSuppressionV4.h"#include "Op/NonMaxSuppressionV5.h"#include "Op/NotEqual.h"#include "Op/OneHot.h"#include "Op/Pack.h"#include "Op/Pad.h"#include "Op/PadV2.h"#include "Op/Pow.h"#include "Op/PRelu.h"#include "Op/Range.h"#include "Op/Rank.h"#include "Op/ReduceAny.h"#include "Op/ReduceMax.h"#include "Op/ReduceMin.h"#include "Op/ReduceProd.h"#include "Op/ReLU.h"#include "Op/ReLU0To1.h"#include "Op/ReLU6.h"#include "Op/ReLUN1To1.h"#include "Op/Reshape.h"#include "Op/ResizeBilinear.h"#include "Op/ResizeNearestNeighbor.h"#include "Op/ReverseSequence.h"#include "Op/ReverseV2.h"#include "Op/Round.h"#include "Op/Rsqrt.h"#include "Op/Quantize.h"#include "Op/ScatterNd.h"#include "Op/SegmentSum.h"#include "Op/Select.h"#include "Op/SelectV2.h"#include "Op/Shape.h"#include "Op/Sin.h"#include "Op/Slice.h"#include "Op/Softmax.h"#include "Op/SpaceToBatchND.h"#include "Op/SpaceToDepth.h"#include "Op/SparseToDense.h"#include "Op/Split.h"#include "Op/SplitV.h"#include "Op/Sqrt.h"#include "Op/Square.h"#include "Op/SquaredDifference.h"#include "Op/Squeeze.h"#include "Op/StridedSlice.h"#include "Op/Sub.h"#include "Op/Sum.h"#include "Op/SVDF.h"#include "Op/Tanh.h"#include "Op/Tile.h"#include "Op/TopKV2.h"#include "Op/Transpose.h"#include "Op/TransposeConv.h"#include "Op/UnidirectionalSequenceLSTM.h"#include "Op/Unique.h"#include "Op/Unpack.h"#include "Op/Where.h"#include "Op/While.h"#include "Op/ZerosLike.h"#include "CustomOp/AddV2.h"#include "CustomOp/All.h"#include "CustomOp/BatchMatMulV2.h"#include "CustomOp/BroadcastTo.h"#include "CustomOp/Erf.h"#include "CustomOp/MatMul.h"#include "CustomOp/MatrixBandPart.h"#include "CustomOp/MaxPoolWithArgmax.h"