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

Group and Item #1

Open
leehuazheng opened this issue Dec 10, 2019 · 1 comment
Open

Group and Item #1

leehuazheng opened this issue Dec 10, 2019 · 1 comment

Comments

@leehuazheng
Copy link

What does this line of code mean?
Group:for(unsigned int out_idx_xyz=0; out_idx_xyz<(weight_dim4_div_lanegroup_num_ygroup_num_x)
Item:for(unsigned int win_itm_xyz=0; win_itm_xyz<item_loop_bound; win_itm_xyz++)

@williamyang4978
Copy link
Owner

These two lines of code no longer exist in the latest code !
Originally, the first line of code is the number of window groups, and the second line of code is the data processing inside each window.

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

No branches or pull requests

2 participants