onnxruntime
[objc] Fix possible leak of OrtValue in initializer.
#16487
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
6
Changes
View On
GitHub
Commits
Fix possible leak of OrtValue in initializer.
edgchen1
committed
2 years ago
Use Ort::Value innstead of OrtValue.
edgchen1
committed
2 years ago
reduce scope of intermediate Ort::Value
edgchen1
committed
2 years ago
Merge remote-tracking branch 'origin/main' into edgchen1/objc_ort_value_leak
edgchen1
committed
2 years ago
update training code to use new init method
edgchen1
committed
2 years ago
Add comments and try to clarify code.
edgchen1
committed
2 years ago
Loading