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

Codegen integration #3415

Open
wants to merge 93 commits into
base: develop
Choose a base branch
from
Open

Codegen integration #3415

wants to merge 93 commits into from

Conversation

arai713
Copy link

@arai713 arai713 commented Dec 1, 2024

No description provided.

@arai713 arai713 requested review from iq136boy and removed request for junliume January 28, 2025 10:06
@arai713 arai713 requested a review from bghimireamd January 28, 2025 20:54
{
return false;
}
if(!(problem.IsLayoutNHWC() || problem.IsLayoutDefault()))
Copy link
Contributor

Choose a reason for hiding this comment

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

only nhwc is supported or both nhwc and nchw are supported? Just curious

Copy link
Author

Choose a reason for hiding this comment

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

This example only supports nhwc

Copy link
Contributor

Choose a reason for hiding this comment

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

so can we just do if(!(problem.IsLayoutNHWC())

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.

3 participants