@Namespace(value="dnnl") @Properties(inherit=dnnl.class) public class stream_attr extends dnnl_stream_attr_handle
A container for stream attributes.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
stream_attr() |
stream_attr(dnnl_stream_attr t) |
stream_attr(dnnl_stream_attr t,
boolean weak) |
stream_attr(engine.kind akind)
Constructs stream attributes for a stream that runs on an engine of a
particular kind.
|
stream_attr(int akind) |
stream_attr(long size)
Native array allocator.
|
stream_attr(Pointer p)
Pointer cast constructor.
|
stream_attr(stream_attr arg0) |
| Modifier and Type | Method and Description |
|---|---|
stream_attr |
getPointer(long i) |
stream_attr |
position(long position) |
asBoolean, asDnnl_stream_attr, equals, get, get, notEquals, put, reset, resetaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic stream_attr()
public stream_attr(@Const @ByRef stream_attr arg0)
public stream_attr(dnnl_stream_attr t, @Cast(value="bool") boolean weak)
public stream_attr(dnnl_stream_attr t)
public stream_attr(Pointer p)
Pointer.Pointer(Pointer).public stream_attr(long size)
Pointer.position(long).public stream_attr(engine.kind akind)
akind - Target engine kind.public stream_attr position(long position)
position in class dnnl_stream_attr_handlepublic stream_attr getPointer(long i)
getPointer in class dnnl_stream_attr_handleCopyright © 2020. All rights reserved.