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: [email protected] With regards, Apache Git Services
