• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# TensorFlow Lite operators that the Arm NN TensorFlow Lite Delegate supports
2
3This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.
4
5## Fully supported
6
7The Arm NN SDK TensorFlow Lite delegate currently supports the following operators:
8
9* ABS
10
11* ADD
12
13* AVERAGE_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
14
15* CONCATENATION, Supported Fused Activation: RELU , RELU6 , TANH, NONE
16
17* CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
18
19* DEPTHWISE_CONV_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
20
21* DEQUANTIZE
22
23* DIV
24
25* EQUAL
26
27* EXP
28
29* FULLY_CONNECTED
30
31* GREATER
32
33* GREATER_OR_EQUAL
34
35* LESS
36
37* LESS_OR_EQUAL
38
39* LOGISTIC
40
41* LOG_SOFTMAX
42
43* L2_POOL_2D
44
45* MAXIMUM
46
47* MAX_POOL_2D, Supported Fused Activation: RELU , RELU6 , TANH, NONE
48
49* MEAN
50
51* MINIMUM
52
53* MUL
54
55* NEG
56
57* NOT_EQUAL
58
59* QUANTIZE
60
61* RESHAPE
62
63* RESIZE_BILINEAR
64
65* RESIZE_NEAREST_NEIGHBOR
66
67* RELU
68
69* RELU6
70
71* RSQRT
72
73* SOFTMAX
74
75* SQRT
76
77* SUB
78
79* TANH
80
81* TRANSPOSE
82
83* TRANSPOSE_CONV
84
85More machine learning operators will be supported in future releases.
86