[FRONTEND][TFLITE][BugFix] Fix variable typo in batchmatmul converting func#15259
[FRONTEND][TFLITE][BugFix] Fix variable typo in batchmatmul converting func#15259leandron merged 4 commits intoapache:mainfrom
Conversation
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment. Generated by tvm-bot |
|
Please take a look. |
There was a problem hiding this comment.
Interesting that we don't see any test failing because of that. Any chance you could add a small test case to make sure it doesn't regress in future?
Thanks for the PR @rebel-shshin
Yeap I will do that :) |
leandron
left a comment
There was a problem hiding this comment.
LGTM, happy for this to be merged once CI is green.
Thanks @rebel-shshin!
|
Hi @leandron, any idea why |
|
@tvm-bot rerun |
It's probably a transient - I triggered a new set of CI for this patch now. |
Thanks |
|
This is merged now, thanks all. |
…g func (apache#15259) * TFLite frontend bug fix * Update tflite.py * lint * Add pytest
…g func (apache#15259) * TFLite frontend bug fix * Update tflite.py * lint * Add pytest
…g func (apache#15259) * TFLite frontend bug fix * Update tflite.py * lint * Add pytest
Fix a couple of variable names for tflite frontend.