You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/03/03 16:08:44 UTC

[GitHub] [incubator-tvm] inadob commented on a change in pull request #4978: [TFLITE]Activation functions support

inadob commented on a change in pull request #4978: [TFLITE]Activation functions support
URL: https://github.com/apache/incubator-tvm/pull/4978#discussion_r387110638
 
 

 ##########
 File path: python/tvm/relay/frontend/tflite.py
 ##########
 @@ -685,6 +723,22 @@ def convert_neg(self, op):
                 'TFlite quantized NEG operator is not supported yet.')
         return self._convert_unary_elemwise(_op.negative, op)
 
+    def convert_elu(self, op):
+        """Convert TFLite ELU"""
 
 Review comment:
   Please, add the necessary imports.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services