onnxruntime/winml/lib/Api/impl
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
..
FeatureCompatibility.h Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
IData.h Add LearningModelBuilder to WinML Experimental Namespace along with various Audio operators (#6623) 2021-02-12 14:17:10 -08:00
IMapFeatureValue.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
ISequenceFeatureValue.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
MapBase.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
NumericData.h Refactor implementation of Tensor<T> and underlying buffer stores to improve binary size and maintainability (#5836) 2020-11-18 14:56:47 -08:00
SequenceBase.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
StringData.h Refactor implementation of Tensor<T> and underlying buffer stores to improve binary size and maintainability (#5836) 2020-11-18 14:56:47 -08:00
Tensor.h Refactor implementation of Tensor<T> and underlying buffer stores to improve binary size and maintainability (#5836) 2020-11-18 14:56:47 -08:00
TensorBase.h Add new option to disable cpu sync for tensors (#8490) 2021-08-27 13:29:52 -07:00
TensorKindFrom.h Fork the WinML APIs into the Microsoft namespace (#3503) 2020-04-17 06:18:54 -07:00
TensorMemoryBufferReference.h add missing iclosable interface (#6036) 2020-12-04 13:21:03 -08:00