mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Current labeling bot over-applies many of the labels (e.g., ep:CUDA and platform:windows) and is missing some of the APIs + EPs Working on migrating this workflow to GitHub policies but would like to use this fix in the meantime to avoid causing any issues w/ ORT 1.19 ### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
25 lines
986 B
YAML
25 lines
986 B
YAML
api:CSharp: '/(\bc\s*sharp\b|\bc#)/i'
|
|
api:java: '/\bjava\b/i'
|
|
api:javascript: '/\bjavascript\b/i'
|
|
ep:ACL: '/\bacl\b/i'
|
|
ep:ArmNN: '/\barmnn\b/i'
|
|
ep:CANN: '/\bcann\b/i'
|
|
ep:CoreML: '/\bcore\s*ml\b/i'
|
|
ep:DML: '/(\bdirect\s*ml\b|\bdml\b)/i'
|
|
ep:MIGraphX: '/\bmi\s*graph\s*x\b/i'
|
|
ep:oneDNN: '/\bone\s*dnn\b/i'
|
|
ep:OpenVINO: '/\bopen\s*vino\b/i'
|
|
ep:QNN: '/\bqnn\b/i'
|
|
ep:RockchipNPU: '/\brockchip(?:npu)?\b/i'
|
|
ep:ROCm: '/\brocm\b/i'
|
|
ep:SNPE: '/\bsnpe\b/i'
|
|
ep:tvm: '/\btvm\b/i'
|
|
ep:VitisAI: '/\bvitis(?:ai)?\b/i'
|
|
ep:WebGPU: '/\bwebgpu\b/i'
|
|
ep:WebNN: '/\bwebnn\b/i'
|
|
ep:Xnnpack: '/\bxnn\s*pack\b/i'
|
|
.NET: '/(\bdot\s*net\b|\bnuget\b|\.net\b)/i'
|
|
platform:jetson: '/(\bjetson\b|\bjetpack\b)/i'
|
|
platform:mobile: '/(\bobj(?:ective)?-?c\b|\bnnapi\b|\bmobile\b|\bandroid\b|\bios\b|\bxamarin\b|\bmaui\b)/i'
|
|
platform:web: '/(\bwebgl\b|\bweb-?gpu\b|\bwasm\b|\bonnxruntime-node\b|\bonnxruntime-web\b|\bonnxruntime-react-native\b|\bnpm\b|\btransformers\.js\b)/i'
|
|
model:transformer: '/\btransformers(?!\.js)\b/i'
|