@Properties(inherit=dnnl.class) public class dnnl_layer_normalization_desc_t extends Pointer
\addtogroup dnnl_api_layer_normalization \{
A descriptor of a Layer Normalization operation.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
dnnl_layer_normalization_desc_t()
Default native constructor.
|
dnnl_layer_normalization_desc_t(long size)
Native array allocator.
|
dnnl_layer_normalization_desc_t(Pointer p)
Pointer cast constructor.
|
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 dnnl_layer_normalization_desc_t()
public dnnl_layer_normalization_desc_t(long size)
Pointer.position(long).public dnnl_layer_normalization_desc_t(Pointer p)
Pointer.Pointer(Pointer).public dnnl_layer_normalization_desc_t position(long position)
public dnnl_layer_normalization_desc_t getPointer(long i)
getPointer in class Pointer@Cast(value="dnnl_primitive_kind_t") public int primitive_kind()
public dnnl_layer_normalization_desc_t primitive_kind(int setter)
@Cast(value="dnnl_prop_kind_t") public int prop_kind()
public dnnl_layer_normalization_desc_t prop_kind(int setter)
@ByRef public dnnl_memory_desc_t data_desc()
public dnnl_layer_normalization_desc_t data_desc(dnnl_memory_desc_t setter)
@ByRef public dnnl_memory_desc_t diff_data_desc()
public dnnl_layer_normalization_desc_t diff_data_desc(dnnl_memory_desc_t setter)
@ByRef public dnnl_memory_desc_t data_scaleshift_desc()
public dnnl_layer_normalization_desc_t data_scaleshift_desc(dnnl_memory_desc_t setter)
@ByRef public dnnl_memory_desc_t diff_data_scaleshift_desc()
public dnnl_layer_normalization_desc_t diff_data_scaleshift_desc(dnnl_memory_desc_t setter)
@ByRef public dnnl_memory_desc_t stat_desc()
public dnnl_layer_normalization_desc_t stat_desc(dnnl_memory_desc_t setter)
public float layer_norm_epsilon()
public dnnl_layer_normalization_desc_t layer_norm_epsilon(float setter)
public dnnl_layer_normalization_desc_t flags(int setter)
Copyright © 2020. All rights reserved.