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/01/09 08:23:39 UTC

[GitHub] [incubator-tvm] wyc-ruiker opened a new pull request #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

wyc-ruiker opened a new pull request #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops
URL: https://github.com/apache/incubator-tvm/pull/4666
 
 
   TFLite elementwise ops (like `ADD`, `MUL`, etc.) only support `rhs_expr` is a constant value. But `lhs_expr` can also be a constant value.
   In fact, the other ops like `RESHAPE` can also have a constant value as input. But there are too many cases to be modified. We need more discuss for `in_expr = self.get_expr(input_tensor_idx)` in every operator.

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops
URL: https://github.com/apache/incubator-tvm/pull/4666#issuecomment-574749534
 
 
   Thanks @wyc-ruiker @FrozenGene 

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

Posted by GitBox <gi...@apache.org>.
tqchen commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops
URL: https://github.com/apache/incubator-tvm/pull/4666#issuecomment-573238937
 
 
   please request reviews by at reviewers

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] tqchen merged pull request #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops
URL: https://github.com/apache/incubator-tvm/pull/4666
 
 
   

----------------------------------------------------------------
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

[GitHub] [incubator-tvm] wyc-ruiker commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops

Posted by GitBox <gi...@apache.org>.
wyc-ruiker commented on issue #4666: [Relay][Frontend][TFLite] Add constant input support for elemwise ops
URL: https://github.com/apache/incubator-tvm/pull/4666#issuecomment-573305949
 
 
   Could you check this PR, @kevinthesun @FrozenGene 

----------------------------------------------------------------
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