arina-grovety commented on code in PR #13212:
URL: https://github.com/apache/tvm/pull/13212#discussion_r1037976787
##########
python/tvm/relay/frontend/common.py:
##########
@@ -997,3 +998,57 @@ def try_resolve_var_to_const(x, graph_params):
return _op.const(value, dtype)
return x
+
+
+# Span filling to Relay for TFLite taken from
+# commit https://github.com/apache/tvm/pull/9723
Review Comment:
Hi @lhutton1, thank you for reviewing!
We've corrected a few points based on your previous comments.
> Its seems like this implementation was reverted in #10072, but #13402
looks to be achieving something similar, do you think it would be possible to
rebase this PR ontop of #13402?
Checked the changes in #13402, some are the same as our PR and some are
different, so I think it may be worth waiting for #13402 to be accepted?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]