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