public static class batch_normalization_forward.primitive_desc extends primitive_desc
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
primitive_desc()
Default constructor.
|
primitive_desc(batch_normalization_forward.desc adesc,
engine aengine) |
primitive_desc(batch_normalization_forward.desc adesc,
engine aengine,
boolean allow_empty)
Constructs a primitive descriptor for a batch normalization forward
propagation primitive.
|
primitive_desc(batch_normalization_forward.desc adesc,
primitive_attr attr,
engine aengine) |
primitive_desc(batch_normalization_forward.desc adesc,
primitive_attr attr,
engine aengine,
boolean allow_empty)
Constructs a primitive descriptor for a batch normalization forward
propagation primitive.
|
primitive_desc(dnnl_primitive_desc pd)
Constructs a primitive descriptor for a batch normalization
forward propagation primitive from a C API primitive descriptor
that must have a matching kind.
|
primitive_desc(long size)
Native array allocator.
|
primitive_desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
memory.desc |
dst_desc()
\copydoc dnnl::primitive_desc_base::dst_desc()const
|
batch_normalization_forward.primitive_desc |
getPointer(long i) |
memory.desc |
mean_desc()
Returns memory descriptor for mean.
|
batch_normalization_forward.primitive_desc |
position(long position) |
memory.desc |
src_desc()
\copydoc dnnl::primitive_desc_base::src_desc()const
|
memory.desc |
variance_desc()
Returns memory descriptor for variance.
|
memory.desc |
weights_desc()
\copydoc dnnl::primitive_desc_base::weights_desc()const
|
memory.desc |
workspace_desc()
\copydoc dnnl::primitive_desc_base::workspace_desc()const
|
next_impldiff_dst_desc, diff_dst_desc, diff_src_desc, diff_src_desc, diff_weights_desc, diff_weights_desc, dst_desc, get_engine, get_kind, get_primitive_attr, impl_info_str, query_md, query_md, query_md, query_md, query_s64, query_s64, scratchpad_desc, scratchpad_engine, src_desc, weights_descasBoolean, asDnnl_primitive_desc, equals, get, get, notEquals, put, reset, resetaddress, 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 primitive_desc(Pointer p)
Pointer.Pointer(Pointer).public primitive_desc(long size)
Pointer.position(long).public primitive_desc()
public primitive_desc(@Const @ByRef batch_normalization_forward.desc adesc, @Const @ByRef engine aengine, @Cast(value="bool") boolean allow_empty)
adesc - Descriptor for a batch normalization forward propagation
primitive.aengine - Engine to use.allow_empty - A flag signifying whether construction is
allowed to fail without throwing an exception. In this case an
empty object will be produced. This flag is optional and
defaults to false.public primitive_desc(@Const @ByRef batch_normalization_forward.desc adesc, @Const @ByRef engine aengine)
public primitive_desc(@Const @ByRef batch_normalization_forward.desc adesc, @Const @ByRef primitive_attr attr, @Const @ByRef engine aengine, @Cast(value="bool") boolean allow_empty)
adesc - Descriptor for a batch normalization forward propagation
primitive.attr - Primitive attributes to use.aengine - Engine to use.allow_empty - A flag signifying whether construction is
allowed to fail without throwing an exception. In this case an
empty object will be produced. This flag is optional and
defaults to false.public primitive_desc(@Const @ByRef batch_normalization_forward.desc adesc, @Const @ByRef primitive_attr attr, @Const @ByRef engine aengine)
public primitive_desc(dnnl_primitive_desc pd)
pd - C API primitive descriptor for a batch normalization
forward propagation primitive.public batch_normalization_forward.primitive_desc position(long position)
position in class primitive_descpublic batch_normalization_forward.primitive_desc getPointer(long i)
getPointer in class primitive_desc@ByVal public memory.desc src_desc()
src_desc in class primitive_desc_base@ByVal public memory.desc dst_desc()
dst_desc in class primitive_desc_base@ByVal public memory.desc weights_desc()
weights_desc in class primitive_desc_base@ByVal public memory.desc workspace_desc()
workspace_desc in class primitive_desc_base@ByVal public memory.desc mean_desc()
@ByVal public memory.desc variance_desc()
Copyright © 2020. All rights reserved.