HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
framework_provider_common.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 #include "core/session/onnxruntime_c_api.h"
6 
8  std::string domain_;
9  std::vector<const OrtCustomOp*> custom_ops_;
10 };
std::vector< const OrtCustomOp * > custom_ops_