HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
custom_op_context.h
Go to the documentation of this file.
1 // Copyright (c) Microsoft Corporation. All rights reserved.
2 // Licensed under the MIT License.
3 
4 #pragma once
5 
6 // CustomOpContext defines an interface allowing a custom op to access ep-specific resources.
8  CustomOpContext() = default;
9  virtual ~CustomOpContext(){};
10 };
virtual ~CustomOpContext()
CustomOpContext()=default