mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-06 00:03:22 +00:00
* Pass flags to build/test WinML in CI * Add initial CMake config for unit tests in WinML * Set winml_unittests standard to C++17 * Add WinML API tests and port them to googletest * Install WinML test collateral * Add LearningModelSessionAPITests ported to googletest * Fix WinML test files encoding * Add GPU tests * Add parameterized test, skip GPU tests * Enable precompiled header * Remove unused code and collateral * Remove brand images * Add dllload.cpp * Remove images not used in API tests * Add LICENSE.md to image collaterals * Add models with licenses * Remove FNS Candy tests * Add API test models * Add ModelInSubdirectory * Install collaterals post-build with copy_if_different, split common lib * fix warnings * Link to gtest_main |
||
|---|---|---|
| .. | ||
| ModelSubdirectory | ||
| Add_ImageNet1920.onnx | ||
| Add_ImageNet1920WithImageMetadataBgr8_LINEAR_0_255.onnx | ||
| Add_ImageNet1920WithImageMetadataBgr8_SRGB_0_1.onnx | ||
| Add_ImageNet1920WithImageMetadataBgr8_SRGB_0_255.onnx | ||
| Add_ImageNet1920WithImageMetadataBgr8_SRGB_1_1.onnx | ||
| Add_ImageNet1920WithImageMetadataBgr8_SRGB_16_235.onnx | ||
| Add_ImageNet1920WithImageMetadataBgra8_SRGB_0_255.onnx | ||
| Add_ImageNet1920WithImageMetadataRgb8_SRGB_0_255.onnx | ||
| Add_ImageNet1920WithImageMetadataRgba8_SRGB_0_255.onnx | ||
| bad_names.onnx | ||
| castmap-int64.onnx | ||
| conv-float.onnx | ||
| dictvectorizer-int64.onnx | ||
| dictvectorizer-string.onnx | ||
| foo.onnx | ||
| foo_truncated.onnx | ||
| free_dimensional_image_input.onnx | ||
| free_dimensional_imageDes.onnx | ||
| LICENSE.md | ||
| mnist.onnx | ||
| modelWith2MetaData.onnx | ||
| modelWithMetaData.onnx | ||
| mul.onnx | ||
| relu.onnx | ||
| squeezenet_modifiedforruntimestests.onnx | ||
| squeezenet_tensor_input.onnx | ||
| starry-night-fp16.onnx | ||
| zipmap-int64.onnx | ||
| zipmap-string.onnx | ||