mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
13 lines
No EOL
231 B
C
13 lines
No EOL
231 B
C
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
#include "TimerHelper.h"
|
|
|
|
enum WinMLRuntimePerf {
|
|
kLoadModel = 0,
|
|
kEvaluateModel,
|
|
kCount
|
|
};
|
|
|
|
extern Profiler<WinMLRuntimePerf> profiler; |