mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
15 lines
211 B
C++
15 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;
|
||
|
|
|
||
|
|
|
||
|
|
|