Release 18.08
[platform/upstream/armnn.git] / src / armnnTfLiteParser / TensorFlowLiteSupport.md
1 # TensorFlow Lite operators that the Arm NN SDK supports
2
3 This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.
4
5 The Arm NN SDK TensorFlow Lite parser currently only supports uint8.
6
7 ## Fully supported
8
9 The Arm NN SDK TensorFlow Lite parser currently supports the following operators:
10
11 * AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
12
13 * CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
14
15 * DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
16
17 * SOFTMAX
18
19 * SQUEEZE
20
21 ## Tested networks
22
23 Arm tested these operators with the following TensorFlow Lite neural network:
24
25 * [Quantized MobileNet](http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224_quant.tgz)
26
27 More machine learning operators will be supported in future releases.