onnxruntime/winml/test/concurrency
Ginés Hidalgo 79436a2d5b
Avoided warning C5038 (#9543)
Updated several DML EP files to avoid warning C5038: data member 'member1' will be initialized after data member 'member2' / base class 'base_class'

More information:
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/c5038?view=msvc-160
2021-10-30 00:36:22 -07:00
..
ConcurrencyTests.cpp use tickcount64 (#6447) 2021-01-27 15:52:35 -08:00
ConcurrencyTests.h Fix typo (#7872) 2021-06-02 10:39:23 -07:00
ThreadPool.cpp Avoided warning C5038 (#9543) 2021-10-30 00:36:22 -07:00
ThreadPool.h