@NoOffset public static class eltwise_backward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.algorithm aalgorithm,
memory.desc diff_data_desc,
memory.desc data_desc,
float alpha,
float beta)
Constructs a descriptor for an elementwise backward propagation
primitive.
|
desc(int aalgorithm,
memory.desc diff_data_desc,
memory.desc data_desc,
float alpha,
float beta) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_eltwise_desc_t |
data() |
eltwise_backward.desc |
data(dnnl_eltwise_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 diff_data_desc, @Const @ByRef memory.desc data_desc, float alpha, float beta)
aalgorithm - Elementwise algorithm kind.diff_data_desc - Diff source and destination memory
descriptors.data_desc - Source memory descriptor.alpha - The alpha parameter for the elementwise operation.
Specific meaning depends on the algorithm.beta - The beta parameter for the elementwise operation.
Specific meaning depends on the algorithm.public desc(@Cast(value="dnnl::algorithm") int aalgorithm, @Const @ByRef memory.desc diff_data_desc, @Const @ByRef memory.desc data_desc, float alpha, float beta)
@ByRef public dnnl_eltwise_desc_t data()
public eltwise_backward.desc data(dnnl_eltwise_desc_t setter)
Copyright © 2020. All rights reserved.