@NoOffset public static class prelu_backward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(memory.desc data_desc,
memory.desc weight_desc,
memory.desc diff_data_desc,
memory.desc diff_weights_desc)
Constructs a descriptor for a PReLU backward propagation
primitive.
|
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_prelu_desc_t |
data() |
prelu_backward.desc |
data(dnnl_prelu_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, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, 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).public desc(@Const @ByRef memory.desc data_desc, @Const @ByRef memory.desc weight_desc, @Const @ByRef memory.desc diff_data_desc, @Const @ByRef memory.desc diff_weights_desc)
data_desc - Source and destination memory descriptors.weight_desc - Alpha parameters memory descriptor.diff_data_desc - Diff source and destination memory
descriptors.diff_weights_desc - Diff alpha parameters memory descriptor.@ByRef public dnnl_prelu_desc_t data()
public prelu_backward.desc data(dnnl_prelu_desc_t setter)
Copyright © 2022. All rights reserved.