Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-08-28 08:58:56

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 };