Skip to content
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

[DRAFT][luci] Introduce requantize U8 to S8 pass #14319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SlavikMIPT
Copy link
Contributor

This commit introduces requantize U8 to S8 pass.

ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov [email protected]

This commit introduces requantize U8 to S8 pass.

ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov <[email protected]>
@SlavikMIPT SlavikMIPT added the DRAFT A draft issue or PR for sharing one's current working status and discussion. label Nov 19, 2024
node->at<loco::DataType::S8>(i) = requantized_values[i];
}

// auto quantparam = node->quantparam();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we removed this commented code?

Copy link
Contributor

@Torrero Torrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used this requantize function, thank you very much!
LGMT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DRAFT A draft issue or PR for sharing one's current working status and discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants