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][WIP][onert-micro] Introduce Compressed Conv2D kernel. #13520

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

Conversation

SlavikMIPT
Copy link
Contributor

This commit introduces Conv2D kernel with compressed weights.

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

This commit introduces Conv2D kernel with compressed weights.

ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov <[email protected]>
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.

LGTM

{
if (vec.empty())
return nullptr;
if (vec[index])
Copy link
Contributor

Choose a reason for hiding this comment

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

it may be needed to check if the index is out the range.


if (!node->p_left && !node->p_right)
{
huffmanCode[node->data] = str;
Copy link
Contributor

Choose a reason for hiding this comment

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

the same as previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants