@NoOffset public static class batch_normalization_forward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.prop_kind aprop_kind,
memory.desc data_desc,
float epsilon,
dnnl.normalization_flags flags)
Constructs a batch normalization descriptor for forward
propagation.
|
desc(int aprop_kind,
memory.desc data_desc,
float epsilon,
int flags) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_batch_normalization_desc_t |
data() |
batch_normalization_forward.desc |
data(dnnl_batch_normalization_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.prop_kind aprop_kind, @Const @ByRef memory.desc data_desc, float epsilon, dnnl.normalization_flags flags)
aprop_kind - Propagation kind. Possible values are
#dnnl::prop_kind::forward_training and
#dnnl::prop_kind::forward_inference.data_desc - Source and destination memory descriptors.epsilon - Batch normalization epsilon parameter.flags - Batch normalization flags (\ref
dnnl::normalization_flags).@ByRef public dnnl_batch_normalization_desc_t data()
public batch_normalization_forward.desc data(dnnl_batch_normalization_desc_t setter)
Copyright © 2020. All rights reserved.