-
Notifications
You must be signed in to change notification settings - Fork 258
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
Refactor Keras PTQ Implementation #1698
Conversation
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
Signed-off-by: zehao-intel <[email protected]>
⚡ Required checks status: All passing 🟢Groups summary🟢 Code Scan Tests workflow
These checks are required after the changes to 🟢 Unit Tests 3x-TensorFlow workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
for more information, see https://pre-commit.ci
Signed-off-by: zehao-intel <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: zehao-intel <[email protected]>
…l-compressor into zehao/refactor_keras
for more information, see https://pre-commit.ci
Signed-off-by: zehao-intel <[email protected]>
…l-compressor into zehao/refactor_keras
Signed-off-by: zehao-intel <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: zehao-intel <[email protected]>
…l-compressor into zehao/refactor_keras
for more information, see https://pre-commit.ci
Type of Change
Feature
Description
Refactor Keras PTQ implementation from json conversion to layer replacement on INC TF 3.0 New API.
The Keras3 Support will be removed because qint8 tensor is not supported as input of layer.call.
How has this PR been tested?
UT
Dependency Change?
No