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