aboutsummaryrefslogtreecommitdiff
path: root/delegate/TensorFlowLiteDelegateSupport.md
blob: b1b39f616b9902be5f0100fdcd7bb078e1221c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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.