onnxruntime/winml/lib/Api.Core/ModelInfo.cpp
Paul McDaniel 2bfa3c67c6
Layer dev paulm (#2408)
* model moved over.
everything builds clean.
step !

* weak ref comment
2019-11-15 13:17:22 -08:00

14 lines
211 B
C++

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "pch.h"
#include "inc/ModelInfo.h"
#include "FeatureDescriptorFactory.h"
using namespace Windows::AI::MachineLearning;