-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add INT32 Support to Sub #2720
Comments
TFLM (aka LRTM) welcomes PR contributions! Please submit your PR at your leisure with these rules in mind:
So you would need unit tests in sub_test.cc for INT32 that cover both broadcast and non-broadcast (just like the INT16). Also be aware that if this is your first time submitting code, you will need to sign the CLA. You will be presented with information on how to do this when you submit the PR. Also, somewhere in the PR description there must be a line |
Okay, I will keep these points in mind. |
Hello, for opening the PR I have to follow the steps mentioned in Contributing.md git remote add HemanthSai7 git@github.com:HemanthSai7/tflite-micro.git
git fetch HemanthSai7
git checkout -b HemanthSai7-tflm-sub-int32 HemanthSai7/<PR branch name>
# make changes and commit to local branch
# push changes to remove branch
git push HemanthSai7 <PR branch name>
# remove the temp remote to clean up your git environment.
git remote rm HemanthSai7 What is the PR branch name? |
When trying to deploy the model on ESP32S3, I get a warning called
SUB failed to invoke INT32 not supported
. I have fixed it and I want to contribute by opening a PR.The text was updated successfully, but these errors were encountered: