summaryrefslogtreecommitdiff
path: root/docs/nnfw/op_list.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/nnfw/op_list.md')
-rw-r--r--docs/nnfw/op_list.md71
1 files changed, 0 insertions, 71 deletions
diff --git a/docs/nnfw/op_list.md b/docs/nnfw/op_list.md
deleted file mode 100644
index a19c0937a..000000000
--- a/docs/nnfw/op_list.md
+++ /dev/null
@@ -1,71 +0,0 @@
-# List of Operations Supported by Runtime
-
-The list is based on commit 6f09c89f90216aed7df792.
-
-**Notice: There may be some restrictions on the support of each operation. Details will be updated soon.**
-
-
-| Operaion Name | acl_cl | acl_neon | srcn | cpu |
-| -------------------------- | --- | ----- | -- | --- |
-| Abs | O | O | | |
-| Add | O | O | O | O |
-| ArgMax | O | O | | |
-| AvgPool2D | O | O | | |
-| BatchToSpaceND | O | O | | |
-| Cast | O | O | | |
-| Comparison | O | O | | |
-| Concat | O | O | | O |
-| Conv2D | O | O | O | O |
-| Custom | | | | O |
-| DepthToSpace | O | O | | |
-| DepthwiseConv2D | O | O | O | O |
-| Dequantize | O | O | | |
-| Div | O | O | | |
-| EmbeddingLookup | O | O | | |
-| Exp | O | O | | |
-| Floor | O | O | | |
-| FullyConnected | O | O | | O |
-| Gather | O | O | | O |
-| HashtableLookup | O | O | | |
-| InstanceNorm | O | O | O | |
-| L2Normalization | O | O | | |
-| L2Pool2D | O | O | | |
-| LSTM | O | O | | |
-| LocalResponseNormalization | O | O | | |
-| LogicalAnd | O | O | | |
-| LogicalNot | O | O | | |
-| LogicalOr | O | O | | |
-| Logistic | O | O | | O |
-| Max | O | O | | |
-| MaxPool2D | O | O | | O |
-| Mean | O | O | | |
-| Min | O | O | | |
-| Mul | O | O | | O |
-| Neg | O | O | | |
-| PReLU | O | O | | |
-| Pack | O | O | | |
-| Pad | O | O | | O |
-| Permute | O | O | | O |
-| RNN | O | O | | |
-| RSQRT | O | O | | |
-| ReLU | O | O | | |
-| ReLU1 | O | O | | |
-| ReLU6 | O | O | | |
-| ReduceMax | O | O | | |
-| ReduceMin | O | O | | |
-| ReduceSum | O | O | | |
-| Reshape | O | O | | O |
-| ResizeBilinear | O | O | | |
-| SQRT | O | O | | |
-| Softmax | O | O | | O |
-| SpaceToBatchND | O | O | | |
-| SpaceToDepth | O | O | | |
-| Split | O | O | | |
-| SquaredDifference | O | O | | |
-| Squeeze | O | O | | O |
-| StridedSlice | O | O | | |
-| Sub | O | O | | O |
-| Tanh | O | O | | |
-| TopKV2 | O | | | |
-| Transpose | O | O | | |
-| TransposeConv | O | O | O | |