onnxruntime/winml/lib/Common/inc/NamespaceAliases.h
Sheil Kumar b72fe13941
Update WinML Projection to accept sequence of tensors (#3287)
* Enable sequence of tensor

* add tests

* small updates

* There should only be 2 elements returned

* CR feedback, and another 6->2 check update in the test.

* missing semicolon...

* Add explicit to constructor taking pointer paramter

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
2020-03-23 15:55:20 -07:00

43 lines
1.4 KiB
C++

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
namespace winrt::Windows::Foundation {}
namespace wf = ::winrt::Windows::Foundation;
namespace winrt::Windows::Foundation::Collections {}
namespace wfc = ::winrt::Windows::Foundation::Collections;
namespace winrt::Windows::Graphics {}
namespace wg = winrt::Windows::Graphics;
namespace winrt::Windows::Graphics::DirectX {}
namespace wgdx = winrt::Windows::Graphics::DirectX;
namespace winrt::Windows::Graphics::Imaging {}
namespace wgi = ::winrt::Windows::Graphics::Imaging;
namespace winrt::Windows::Media {}
namespace wm = ::winrt::Windows::Media;
namespace winrt::Windows::Storage {}
namespace ws = ::winrt::Windows::Storage;
namespace winrt::Windows::Storage::Streams {}
namespace wss = ::winrt::Windows::Storage::Streams;
namespace winrt::Windows::AI::MachineLearning {}
namespace winml = ::winrt::Windows::AI::MachineLearning;
namespace winrt::Windows::AI::MachineLearning::implementation {}
namespace winmlp = ::winrt::Windows::AI::MachineLearning::implementation;
namespace Windows::AI::MachineLearning::Adapter {}
namespace winmla = ::Windows::AI::MachineLearning::Adapter;
namespace Windows::AI::MachineLearning {}
namespace WinML = ::Windows::AI::MachineLearning;
namespace Windows::AI::MachineLearning::Telemetry {}
namespace _winmlt = ::Windows::AI::MachineLearning::Telemetry;