Add address sanitizer and undefined behavior sanitizer (#951)
This commit is contained in:
@@ -58,7 +58,7 @@ std::vector<Ort::Value> Unbind(OrtAllocator *allocator, const Ort::Value *value,
|
||||
}
|
||||
}
|
||||
|
||||
return std::move(ans);
|
||||
return ans;
|
||||
}
|
||||
|
||||
template std::vector<Ort::Value> Unbind<float>(OrtAllocator *allocator,
|
||||
|
||||
Reference in New Issue
Block a user