@Properties(inherit=onnxruntime.class) public class OrtSyncStreamImpl extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl
\brief Get the handle of the stream.
|
static class |
OrtSyncStreamImpl.Release_OrtSyncStreamImpl
\brief Release the OrtSyncStreamImpl instance.
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
OrtSyncStreamImpl()
Default native constructor.
|
OrtSyncStreamImpl(long size)
Native array allocator.
|
OrtSyncStreamImpl(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OrtStatus |
CreateNotification(OrtSyncStreamImpl this_ptr,
OrtSyncNotificationImpl notification) |
OrtStatus |
CreateNotification(OrtSyncStreamImpl this_ptr,
PointerPointer notification)
\brief Create an OrtSyncNotificationImpl for the OrtSyncStreamImpl instance.
|
OrtStatus |
Flush(OrtSyncStreamImpl this_ptr)
\brief Flush the stream.
|
OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl |
GetHandle() |
OrtSyncStreamImpl |
GetHandle(OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl setter) |
OrtSyncStreamImpl |
getPointer(long i) |
OrtStatus |
OnSessionRunEnd(OrtSyncStreamImpl this_ptr)
\brief Notify the stream that a session run has ended.
|
int |
ort_version_supported()
Must be initialized to ORT_API_VERSION
|
OrtSyncStreamImpl |
ort_version_supported(int setter) |
OrtSyncStreamImpl |
position(long position) |
OrtSyncStreamImpl.Release_OrtSyncStreamImpl |
Release() |
OrtSyncStreamImpl |
Release(OrtSyncStreamImpl.Release_OrtSyncStreamImpl setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, trimMemory, withDeallocator, zeropublic OrtSyncStreamImpl()
public OrtSyncStreamImpl(long size)
Pointer.position(long).public OrtSyncStreamImpl(Pointer p)
Pointer(Pointer).public OrtSyncStreamImpl position(long position)
public OrtSyncStreamImpl getPointer(long i)
getPointer in class Pointer@Cast(value="uint32_t") public int ort_version_supported()
public OrtSyncStreamImpl ort_version_supported(int setter)
public OrtSyncStreamImpl.Release_OrtSyncStreamImpl Release()
public OrtSyncStreamImpl Release(OrtSyncStreamImpl.Release_OrtSyncStreamImpl setter)
public OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl GetHandle()
public OrtSyncStreamImpl GetHandle(OrtSyncStreamImpl.GetHandle_OrtSyncStreamImpl setter)
public OrtStatus CreateNotification(OrtSyncStreamImpl this_ptr, @Cast(value="OrtSyncNotificationImpl**") PointerPointer notification)
this_ptr - [in] Pointer to the OrtSyncStreamImpl instancenotification - [out] The new OrtSyncNotificationImpl instance.public OrtStatus CreateNotification(OrtSyncStreamImpl this_ptr, @ByPtrPtr OrtSyncNotificationImpl notification)
public OrtStatus Flush(OrtSyncStreamImpl this_ptr)
this_ptr - [in] Pointer to the OrtSyncStreamImpl instance.public OrtStatus OnSessionRunEnd(OrtSyncStreamImpl this_ptr)
this_ptr - [in] Pointer to the OrtSyncStreamImpl instance.Copyright © 2026. All rights reserved.