onnxruntime/winml/test
Sheil Kumar 775f862067
Add new option to disable cpu sync for tensors (#8490)
* add options to disable cpu copy back

* null check proprties

* only affect gpu outputs

* change name to disabletensorcpusync

* slight refactoring

* Globally enable ms-experimental ops

* change meaning of ms_experimental to mean *all* ms_experimental ops. Some experimental ops will still be enabled globally without this flag like audio ops.

* remove changes incorrectly merged

* bad merge

* add test

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2021-08-27 13:29:52 -07:00
..
adapter Fix Windows Store build (#8753) 2021-08-23 11:19:03 -07:00
api Fix Windows Store build (#8753) 2021-08-23 11:19:03 -07:00
collateral fix CheckLearningModelPixelRange (#6632) 2021-02-10 10:23:54 -08:00
common Fix Windows Store build (#8753) 2021-08-23 11:19:03 -07:00
concurrency Fix typo (#7872) 2021-06-02 10:39:23 -07:00
image Fix typo (#7872) 2021-06-02 10:39:23 -07:00
model Rename ml_value.h to ort_value.h (#8726) 2021-08-13 07:04:56 -07:00
scenario Add new option to disable cpu sync for tensors (#8490) 2021-08-27 13:29:52 -07:00
.gitignore