Replace Objective-C bridge with Swift ONNX runtime backend
CodeQL Advanced / Analyze (swift) (push) Has been cancelled

This commit is contained in:
2026-06-09 09:38:43 -04:00
parent b7fb7f7dea
commit 2af97cc6bf
8 changed files with 1648 additions and 124 deletions
+5
View File
@@ -0,0 +1,5 @@
module COnnxRuntime [system] {
header "shim.h"
link "onnxruntime"
export *
}