-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -onClientTensorize [Identity|ScaleMeanStdDev] functionality + uni… (
#223) * Add -tensor preprocessing function options [Identity|ScaleMeanStdDev]. * Unify the csv and image reading mechanisms to unify the preprocessing code. * Eliminate unnecessary copies of the csv data, expect for preprocessing pass. * Update unit tests, including new DenseNet121 test for functional verification of preprocessing. * -Tensor Normalize - update command to accept actual means and std devs on command line. Fixup tests and target csvs with new values. * Tensorize edits to update spacing, and add a throw if fetching native tensor buffer fails.
- Loading branch information
1 parent
1e210e7
commit ed0b176
Showing
15 changed files
with
4,684 additions
and
322 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
1,001 changes: 1,001 additions & 0 deletions
1,001
Testing/WinMLRunnerTest/OutputTensorData/DenseNet121_fp16_kitten_224_input_CPU.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1,001 changes: 1,001 additions & 0 deletions
1,001
Testing/WinMLRunnerTest/OutputTensorData/DenseNet121_fp16_kitten_224_input_GPU.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1,001 changes: 1,001 additions & 0 deletions
1,001
Testing/WinMLRunnerTest/OutputTensorData/DenseNet121_fp32_kitten_224_input_CPU.csv
Large diffs are not rendered by default.
Oops, something went wrong.
1,001 changes: 1,001 additions & 0 deletions
1,001
Testing/WinMLRunnerTest/OutputTensorData/DenseNet121_fp32_kitten_224_input_GPU.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.