mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
merge
This commit is contained in:
commit
9253e2392d
1 changed files with 0 additions and 5 deletions
|
|
@ -94,11 +94,6 @@ class AbiSafeOrtValue : public Microsoft::WRL::RuntimeClass<
|
|||
public:
|
||||
AbiSafeOrtValue() : ort_value_weak_(nullptr) {}
|
||||
AbiSafeOrtValue(OrtValue* weak_value_in) : ort_value_weak_(weak_value_in) { }
|
||||
~AbiSafeOrtValue() {
|
||||
int foo = 3;
|
||||
foo += 1;
|
||||
}
|
||||
|
||||
|
||||
OrtValue* STDMETHODCALLTYPE get() override {
|
||||
if (ort_value_weak_ != nullptr)
|
||||
|
|
|
|||
Loading…
Reference in a new issue