public static class mkldnn.mkldnn_softmax_desc_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
mkldnn_softmax_desc_t()
Default native constructor.
|
mkldnn_softmax_desc_t(long size)
Native array allocator.
|
mkldnn_softmax_desc_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
mkldnn.mkldnn_memory_desc_t |
data_desc()
Source and destination memory descriptor.
|
mkldnn.mkldnn_softmax_desc_t |
data_desc(mkldnn.mkldnn_memory_desc_t data_desc) |
mkldnn.mkldnn_memory_desc_t |
diff_desc()
Source and Destination of gradient memory descriptor.
|
mkldnn.mkldnn_softmax_desc_t |
diff_desc(mkldnn.mkldnn_memory_desc_t diff_desc) |
mkldnn.mkldnn_softmax_desc_t |
position(long position) |
int |
primitive_kind()
The kind of primitive.
|
mkldnn.mkldnn_softmax_desc_t |
primitive_kind(int primitive_kind) |
int |
prop_kind()
The kind of propagation.
|
mkldnn.mkldnn_softmax_desc_t |
prop_kind(int prop_kind) |
int |
softmax_axis()
The axis along which to perform the softmax.
|
mkldnn.mkldnn_softmax_desc_t |
softmax_axis(int softmax_axis) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic mkldnn_softmax_desc_t()
public mkldnn_softmax_desc_t(long size)
Pointer.position(long).public mkldnn_softmax_desc_t(Pointer p)
Pointer.Pointer(Pointer).public mkldnn.mkldnn_softmax_desc_t position(long position)
@Cast(value="mkldnn_primitive_kind_t") public int primitive_kind()
public mkldnn.mkldnn_softmax_desc_t primitive_kind(int primitive_kind)
@Cast(value="mkldnn_prop_kind_t") public int prop_kind()
public mkldnn.mkldnn_softmax_desc_t prop_kind(int prop_kind)
@ByRef public mkldnn.mkldnn_memory_desc_t data_desc()
public mkldnn.mkldnn_softmax_desc_t data_desc(mkldnn.mkldnn_memory_desc_t data_desc)
@ByRef public mkldnn.mkldnn_memory_desc_t diff_desc()
public mkldnn.mkldnn_softmax_desc_t diff_desc(mkldnn.mkldnn_memory_desc_t diff_desc)
public int softmax_axis()
public mkldnn.mkldnn_softmax_desc_t softmax_axis(int softmax_axis)
Copyright © 2018. All rights reserved.