@NoOffset public static class lrn_backward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.algorithm aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta) |
desc(dnnl.algorithm aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta,
float k)
Constructs a descriptor for an LRN backward propagation primitive.
|
desc(int aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta) |
desc(int aalgorithm,
memory.desc data_desc,
memory.desc diff_data_desc,
long local_size,
float alpha,
float beta,
float k) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_lrn_desc_t |
data() |
lrn_backward.desc |
data(dnnl_lrn_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.algorithm aalgorithm, @Const @ByRef memory.desc data_desc, @Const @ByRef memory.desc diff_data_desc, @Cast(value="dnnl::memory::dim") long local_size, float alpha, float beta, float k)
aalgorithm - LRN algorithm kind: either
#dnnl::algorithm::lrn_across_channels, or
#dnnl::algorithm::lrn_within_channel.diff_data_desc - Diff source and diff destination memory
descriptor.data_desc - Source memory descriptor.local_size - Regularization local size.alpha - The alpha regularization parameter.beta - The beta regularization parameter.k - The k regularization parameter.public desc(dnnl.algorithm aalgorithm, @Const @ByRef memory.desc data_desc, @Const @ByRef memory.desc diff_data_desc, @Cast(value="dnnl::memory::dim") long local_size, float alpha, float beta)
public desc(@Cast(value="dnnl::algorithm") int aalgorithm, @Const @ByRef memory.desc data_desc, @Const @ByRef memory.desc diff_data_desc, @Cast(value="dnnl::memory::dim") long local_size, float alpha, float beta, float k)
public desc(@Cast(value="dnnl::algorithm") int aalgorithm, @Const @ByRef memory.desc data_desc, @Const @ByRef memory.desc diff_data_desc, @Cast(value="dnnl::memory::dim") long local_size, float alpha, float beta)
@ByRef public dnnl_lrn_desc_t data()
public lrn_backward.desc data(dnnl_lrn_desc_t setter)
Copyright © 2020. All rights reserved.