From c6ac856be4f2d10f1d90d05dfd65885f380ee6af Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Fri, 20 Nov 2020 13:08:42 +0000 Subject: IVGCVSW-5347 Update Readme for 20.11 * Adding delegate readme.md and TensorFlowLiteDelegateSupport.md Change-Id: I1b8012440cf4cd6120902ad69c5b3a2a5e410d71 Signed-off-by: Teresa Charlin --- delegate/TensorFlowLiteDelegateSupport.md | 85 +++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 delegate/TensorFlowLiteDelegateSupport.md (limited to 'delegate/TensorFlowLiteDelegateSupport.md') diff --git a/delegate/TensorFlowLiteDelegateSupport.md b/delegate/TensorFlowLiteDelegateSupport.md new file mode 100644 index 0000000000..b1b39f616b --- /dev/null +++ b/delegate/TensorFlowLiteDelegateSupport.md @@ -0,0 +1,85 @@ +# TensorFlow Lite operators that the Arm NN TensorFlow Lite Delegate supports + +This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports. + +## Fully supported + +The Arm NN SDK TensorFlow Lite delegate currently supports the following operators: + +* ABS + +* ADD + +* AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* DEQUANTIZE + +* DIV + +* EQUAL + +* EXP + +* FULLY_CONNECTED, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* GREATER + +* GREATER_OR_EQUAL + +* LESS + +* LESS_OR_EQUAL + +* LOGISTIC + +* LOG_SOFTMAX + +* L2_POOL_2D + +* MAXIMUM + +* MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE + +* MEAN + +* MINIMUM + +* MUL + +* NEG + +* NOT_EQUAL + +* QUANTIZE + +* RESHAPE + +* RESIZE_BILINEAR + +* RESIZE_NEAREST_NEIGHBOR + +* RELU + +* RELU6 + +* RSQRT + +* SOFTMAX + +* SQRT + +* SUB + +* TANH + +* TRANSPOSE + +* TRANSPOSE_CONV + +More machine learning operators will be supported in future releases. -- cgit v1.2.1