You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable tests that pass locally; remove duplicates (microsoft#24123)
There are 2 tests that appear twice in the same list, so I removed the
duplicates:
- `^test_batchnorm_example_training_mode`
- `^test_batchnorm_epsilon_training_mode`
The other 3 tests passed locally, so I am enabling them to see if they
also pass on the pipelines:
- `test_batchnorm_epsilon_old`
- `test_batchnorm_example_old`
- `test_gathernd_example_int32_batch_dim1`
Sample run:
```
> .\build\Windows\Debug\Debug\onnx_test_runner.exe "C:\work\onnxruntime\build\Windows\Debug\_deps\onnx-src\onnx\backend\test\data\node\test_gathernd_example_int32_batch_dim1"
Load Test Case: gathernd_example_int32_batch_dim1 in C:\work\onnxruntime\build\Windows\Debug\_deps\onnx-src\onnx\backend\test\data\node\test_gathernd_example_int32_batch_dim1
result:
Models: 1
Total test cases: 1
Succeeded: 1
Not implemented: 0
Failed: 0
Stats by Operator type:
Not implemented(0):
Failed:
```
0 commit comments