aboutsummaryrefslogtreecommitdiff
path: root/docs/05_04_supportlibrary.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/05_04_supportlibrary.dox')
-rw-r--r--docs/05_04_supportlibrary.dox164
1 files changed, 159 insertions, 5 deletions
diff --git a/docs/05_04_supportlibrary.dox b/docs/05_04_supportlibrary.dox
index 689b8af018..c96c6f00d6 100644
--- a/docs/05_04_supportlibrary.dox
+++ b/docs/05_04_supportlibrary.dox
@@ -7,21 +7,175 @@ namespace armnn
{
/**
@page supportlibrary NNAPI Support Library
-@tableofcontents
@section supportlibraryintro About the NNAPI Support Library
If you need help building the Arm NN NNAPI Support Library, please take a look at our [build guide](shim/BuildGuideShimSupportLibrary.md).
+@section sloptions Support Library Options
-@section slsupport Supported Operators
-This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.
+The general list of runtime options are described in @subpage runtimeoptions
+@section slfullysupported Supported Operators
-@section sloptions Support Library Options
+The NNAPI Support Library currently supports the following operators:
-The general list of runtime options are described in @subpage runtimeoptions
+- ABS
+
+- ADD
+
+- ARGMAX
+
+- ARGMIN
+
+- AVERAGE_POOL_2D
+
+- BATCH_MATMUL
+
+- BATCH_TO_SPACE_ND
+
+- CAST
+
+- CONCATENATION
+
+- CONV_2D
+
+- DEPTH_TO_SPACE
+
+- DEPTHWISE_CONV_2D
+
+- DEQUANTIZE
+
+- DIV
+
+- ELU
+
+- EQUAL
+
+- EXP
+
+- EXPAND_DIMS
+
+- FILL
+
+- FLOOR
+
+- FULLY_CONNECTED
+
+- GATHER
+
+- GREATER
+
+- GREATER_EQUAL
+
+- GROUPED_CONV_2D
+
+- HARD_SWISH
+
+- INSTANCE_NORMALIZATION
+
+- L2_NORMALIZATION
+
+- L2_POOL_2D
+
+- LESS
+
+- LESS_EQUAL
+
+- LOCAL_RESPONSE_NORMALIZATION
+
+- LOG
+
+- LOGICAL_AND
+
+- LOGICAL_NOT
+
+- LOGICAL_OR
+
+- LOGISTIC
+
+- LOG_SOFTMAX
+
+- LSTM
+
+- MAX_POOL_2D
+
+- MAXIMUM
+
+- MEAN
+
+- MINIMUM
+
+- MUL
+
+- NEG
+
+- NOT_EQUAL
+
+- PAD
+
+- PADV2
+
+- PRELU
+
+- POW
+
+- QUANTIZE
+
+- QUANTIZED_LSTM
+
+- QUANTIZED_16BIT_LSTM
+
+- RANK
+
+- REDUCE_MAX
+
+- REDUCE_MIN
+
+- REDUCE_PROD
+
+- REDUCE_SUM
+
+- RELU
+
+- RELU1
+
+- RELU6
+
+- RESHAPE
+
+- RESIZE_BILINEAR
+
+- RESIZE_NEAREST_NEIGHBOR
+
+- REVERSE
+
+- RSQRT
+
+- SIN
+
+- SOFTMAX
+
+- SPACE_TO_BATCH_ND
+
+- SPACE_TO_DEPTH
+
+- SQRT
+
+- SQUEEZE
+
+- STRIDED_SLICE
+
+- SUB
+
+- TILE
+
+- TRANSPOSE
+
+- TRANSPOSE_CONV_2D
+
+- TANH
**/
} \ No newline at end of file