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

[TOPI] Fixed nms max_output_size loop #4541

Merged
merged 1 commit into from
Dec 18, 2019
Merged

Commits on Dec 18, 2019

  1. [TOPI] Fixed nms max_output_size loop

    One of the loops in hybrid_nms used for
    performing the max_output_size reordering
    was incorrectly designated as parallel
    resulting in incorrect behaviour. This patch
    changes that loop to a serial loop.
    
    Change-Id: I97184f5887f5f028d8ab339fa2808eb7630a4017
    mbaret committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    983edf5 View commit details
    Browse the repository at this point in the history