- 18 May, 2023 2 commits
-
-
Ted Themistokleous authored
-
Ted Themistokleous authored
This changes output/runtime of topk to run significantly faster since we're not not performing a sort and using a large heap to do said sorting. Originally in resnext we were performing a sort on the entire input vector instead of a subset.
-
- 22 Jun, 2022 1 commit
-
-
Ted Themistokleous authored
Updated each source file in the repo with the existing license.
-
- 02 Sep, 2021 1 commit
-
-
Shucai Xiao authored
* add topk operator doe ref, cpu and gpu * Hash modules for quicker lookup of modules * add onnx unit test * add unit tests for the topk operator Co-authored-by:
Paul <pfultz2@yahoo.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
-