@NoOffset public static class inner_product_forward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.prop_kind aprop_kind,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc)
Constructs a descriptor for an inner product forward propagation
primitive without bias.
|
desc(dnnl.prop_kind aprop_kind,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc)
Constructs a descriptor for an inner product forward propagation
primitive with bias.
|
desc(int aprop_kind,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc dst_desc) |
desc(int aprop_kind,
memory.desc src_desc,
memory.desc weights_desc,
memory.desc bias_desc,
memory.desc dst_desc) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_inner_product_desc_t |
data() |
inner_product_forward.desc |
data(dnnl_inner_product_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 src_desc, @Const @ByRef memory.desc weights_desc, @Const @ByRef memory.desc bias_desc, @Const @ByRef memory.desc dst_desc)
aprop_kind - Propagation kind. Possible values are
#dnnl::prop_kind::forward_training, and
#dnnl::prop_kind::forward_inference.src_desc - Memory descriptor for src.weights_desc - Memory descriptor for diff weights.bias_desc - Memory descriptor for diff bias.dst_desc - Memory descriptor for diff dst.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc weights_desc, @Const @ByRef memory.desc bias_desc, @Const @ByRef memory.desc dst_desc)
public desc(dnnl.prop_kind aprop_kind, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc weights_desc, @Const @ByRef memory.desc dst_desc)
aprop_kind - Propagation kind. Possible values are
#dnnl::prop_kind::forward_training, and
#dnnl::prop_kind::forward_inference.src_desc - Memory descriptor for src.weights_desc - Memory descriptor for diff weights.dst_desc - Memory descriptor for dst.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc weights_desc, @Const @ByRef memory.desc dst_desc)
@ByRef public dnnl_inner_product_desc_t data()
public inner_product_forward.desc data(dnnl_inner_product_desc_t setter)
Copyright © 2020. All rights reserved.