HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sink_types.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace onnxruntime {
4 namespace logging {
5 enum class SinkType {
6  BaseSink,
8  EtwSink
9 };
10 } // namespace logging
11 } // namespace onnxruntime