tflite2onnx icon indicating copy to clipboard operation
tflite2onnx copied to clipboard

Fused activation function support

Open zhenhuaw-me opened this issue 3 years ago • 0 comments

Several operators (e.g. Add, Conv) have fused activation function. The complete list of such fused activation function list can be found at https://jackwish.net/tflite/docs/ActivationFunctionType.m.html

This issue tracks the status (moved from Operator Support Status which has been deprecated).

  • [x] ReLU
  • [x] ReLU6
  • [ ] ReLU N1 To 1
  • [ ] Sigh bit
  • [ ] Tanh

zhenhuaw-me avatar Dec 29 '20 14:12 zhenhuaw-me