onnxruntime/winml/lib/Common/inc/WinMLProfiler.h
2019-11-07 11:51:44 -08:00

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;