@NoOffset public static class shuffle_forward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
int axis,
int group_size)
Constructs a descriptor for a shuffle forward propagation
primitive.
|
desc(int aprop_kind,
memory.desc data_desc,
int axis,
int group_size) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_shuffle_desc_t |
data() |
shuffle_forward.desc |
data(dnnl_shuffle_desc_t setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic desc(Pointer p)
Pointer.Pointer(Pointer).public desc(dnnl.prop_kind aprop_kind, @Const @ByRef memory.desc data_desc, int axis, int group_size)
aprop_kind - Propagation kind. Possible values are
#dnnl::prop_kind::forward_training, and
#dnnl::prop_kind::forward_inference.data_desc - Source and destination memory descriptor.axis - The axis along which the data is shuffled.group_size - Shuffle group size.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Const @ByRef memory.desc data_desc, int axis, int group_size)
@ByRef public dnnl_shuffle_desc_t data()
public shuffle_forward.desc data(dnnl_shuffle_desc_t setter)
Copyright © 2020. All rights reserved.