Commit 9a22ffc8 authored by Michał Karzyński's avatar Michał Karzyński Committed by Robert Kimball

[ONNXIFI] Change std::size_t to size_t (#1505)

* [ONNXIFI] Fix namespace

* Revert "[ONNXIFI] Fix namespace"

This reverts commit acbf95afafd451c0b23adc8cd83563feeb1c2816.

* Include cstddef

* Update onnxifi.cpp

* Update onnxifi.cpp
parent b47d5a99
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* limitations under the License. * limitations under the License.
*******************************************************************************/ *******************************************************************************/
#include <cstddef>
#include <cstdint> #include <cstdint>
#include <onnxifi.h> #include <onnxifi.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment