Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/onnxruntime/core/providers/resource.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Copyright (c) Microsoft Corporation. All rights reserved.
0002 // Licensed under the MIT License.
0003 
0004 #pragma once
0005 
0006 enum ResourceOffset {
0007   cpu_resource_offset = 0,
0008   cuda_resource_offset = 10000,
0009   dml_resource_offset = 20000,
0010   rocm_resource_offset = 30000,
0011   // offsets for other ort eps
0012   custom_ep_resource_offset = 10000000,
0013   // offsets for customized eps
0014 };