Replace Objective-C bridge with Swift ONNX runtime backend
CodeQL Advanced / Analyze (swift) (push) Has been cancelled
CodeQL Advanced / Analyze (swift) (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
module COnnxRuntime [system] {
|
||||
header "shim.h"
|
||||
link "onnxruntime"
|
||||
export *
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
#include <onnxruntime/onnxruntime_c_api.h>
|
||||
#include <onnxruntime/onnxruntime_training_c_api.h>
|
||||
Reference in New Issue
Block a user