-
Notifications
You must be signed in to change notification settings - Fork 259
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
refine load API for 3.x ipex backend #1755
Conversation
Signed-off-by: Cheng, Zixuan <[email protected]>
⚡ Required checks status: All passing 🟢Groups summary🟢 Code Scan Tests workflow
These checks are required after the changes to 🟢 Model Tests 3x workflow
These checks are required after the changes to 🟢 Unit Tests 3x-TensorFlow workflow
These checks are required after the changes to 🟢 Unit Tests 3x-PyTorch workflow
These checks are required after the changes to 🟢 Unit Tests 3x-ONNXRT workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
Signed-off-by: Cheng, Zixuan <[email protected]>
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Cheng, Zixuan <[email protected]>
for more information, see https://pre-commit.ci
Type of Change
refine 3.x ipex backend load API
Description
move load API from algorithm to quantization
from neural_compressor.torch.algorithms.static_quant import load
-->from neural_compressor.torch.quantization import load
Expected Behavior & Potential Risk
How has this PR been tested?
ut passed
Dependency Change?