abrown requested fitzgen for a review on PR #8522.
abrown opened PR #8522 from abrown:wasi-nn-refactor-tests
to bytecodealliance:main
:
wasi-nn
's test program suite is light at the moment but, in order to expand it, this change factors out some of the common bits that are being used in thetest-programs
crate. Since all of the tests perform some kind of image classification, the newnn
module gainsclassify
andsort_results
functions to help with this exact case.prtest:full
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
abrown requested wasmtime-core-reviewers for a review on PR #8522.
abrown edited PR #8522:
wasi-nn
's test program suite is light at the moment but, in order to expand it, this change factors out some of the common bits that are being used in thetest-programs
crate. Since all of the tests perform some kind of image classification, the newnn
module gainsclassify
andsort_results
functions to help with this exact case.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
alexcrichton submitted PR review.
alexcrichton merged PR #8522.
Last updated: Nov 22 2024 at 17:03 UTC