mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
add missing iclosable interface (#6036)
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
This commit is contained in:
parent
14f6eb14b1
commit
00f43a3a68
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ template <typename T>
|
|||
class TensorMemoryBufferReference : public winrt::implements<
|
||||
TensorMemoryBufferReference<T>,
|
||||
wf::IMemoryBufferReference,
|
||||
wf::IClosable,
|
||||
Windows::Foundation::IMemoryBufferByteAccess> {
|
||||
using ClosedDelegate = wf::TypedEventHandler<wf::IMemoryBufferReference, wf::IInspectable>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue