Lines Matching full:operators
29 ## ONNX operators that the Arm NN SDK supports
31 This reference guide provides a list of ONNX operators the Arm NN SDK currently supports.
33 The Arm NN SDK ONNX parser currently only supports fp32 operators.
38 …- See the ONNX [Add documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Add)…
41 …veragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#AveragePool) …
44 …- See the ONNX [Concat documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#C…
47 …- See the ONNX [Constant documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
50 …- See the ONNX [Clip documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Cli…
53 …- See the ONNX [Flatten documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
56 …- See the ONNX [Gather documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#G…
59 …veragePool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#GlobalAverage…
62 …- See the ONNX [LeakyRelu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.m…
65 …- See the ONNX [max_pool documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md…
68 …- See the ONNX [Relu documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Rel…
71 …- See the ONNX [Reshape documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
74 …- See the ONNX [Shape documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Sh…
77 …- See the ONNX [Sigmoid documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#…
80 …- See the ONNX [Tanh documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Tan…
83 …- See the ONNX [Unsqueeze documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.m…
90 …malization documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#BatchNormaliz…
92 …ONNX [Gemm documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#Gemm) for mor…
94 …NX [MatMul documentation](https://github.com/onnx/onnx/blob/master/docs/Operators.md#MatMul) for m…
98 Arm tested these operators with the following ONNX fp32 neural networks:
102 More machine learning operators will be supported in future releases.
113 ## TensorFlow Lite operators that the Arm NN SDK supports
115 This reference guide provides a list of TensorFlow Lite operators the Arm NN SDK currently supports.
118 The Arm NN SDK TensorFlow Lite parser currently supports the following operators:
196 Arm tested these operators with the following TensorFlow Lite neural network:
211 More machine learning operators will be supported in future releases.