@NoOffset public static class logsoftmax_forward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc()
Default constructor.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
int logsoftmax_axis)
Constructs a descriptor for a logsoftmax forward propagation
primitive.
|
desc(int aprop_kind,
memory.desc data_desc,
int logsoftmax_axis) |
desc(long size)
Native array allocator.
|
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_softmax_desc_t |
data() |
logsoftmax_forward.desc |
data(dnnl_softmax_desc_t setter) |
logsoftmax_forward.desc |
getPointer(long i) |
logsoftmax_forward.desc |
position(long position) |
address, 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 desc(Pointer p)
Pointer.Pointer(Pointer).public desc(long size)
Pointer.position(long).public desc()
public desc(dnnl.prop_kind aprop_kind, @Const @ByRef memory.desc data_desc, int logsoftmax_axis)
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.logsoftmax_axis - Axis over which softmax is computed.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Const @ByRef memory.desc data_desc, int logsoftmax_axis)
public logsoftmax_forward.desc position(long position)
public logsoftmax_forward.desc getPointer(long i)
getPointer in class Pointer@ByRef @Cast(value="dnnl_logsoftmax_desc_t*") public dnnl_softmax_desc_t data()
public logsoftmax_forward.desc data(dnnl_softmax_desc_t setter)
Copyright © 2020. All rights reserved.