@NoOffset public static class resampling_forward.desc extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
float[] factors,
memory.desc src_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
float[] factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatBuffer factors,
memory.desc src_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatBuffer factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatPointer factors,
memory.desc src_desc)
Constructs a descriptor for a resampling forward propagation
primitive using source memory descriptor and factors.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
FloatPointer factors,
memory.desc src_desc,
memory.desc dst_desc)
Constructs a descriptor for a resampling forward propagation
primitive.
|
desc(dnnl.prop_kind aprop_kind,
dnnl.algorithm aalgorithm,
memory.desc src_desc,
memory.desc dst_desc)
Constructs a descriptor for a resampling forward propagation
primitive using source and destination memory descriptors.
|
desc(int aprop_kind,
int aalgorithm,
float[] factors,
memory.desc src_desc) |
desc(int aprop_kind,
int aalgorithm,
float[] factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(int aprop_kind,
int aalgorithm,
FloatBuffer factors,
memory.desc src_desc) |
desc(int aprop_kind,
int aalgorithm,
FloatBuffer factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(int aprop_kind,
int aalgorithm,
FloatPointer factors,
memory.desc src_desc) |
desc(int aprop_kind,
int aalgorithm,
FloatPointer factors,
memory.desc src_desc,
memory.desc dst_desc) |
desc(int aprop_kind,
int aalgorithm,
memory.desc src_desc,
memory.desc dst_desc) |
desc(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
dnnl_resampling_desc_t |
data() |
resampling_forward.desc |
data(dnnl_resampling_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, dnnl.algorithm aalgorithm, @Const @ByRef memory.desc src_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.aalgorithm - resampling algorithm kind: either
#dnnl::algorithm::resampling_nearest, or
#dnnl::algorithm::resampling_linearsrc_desc - Source memory descriptor.dst_desc - Destination memory descriptor.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector FloatPointer factors, @Const @ByRef memory.desc src_desc)
aprop_kind - Propagation kind. Possible values are
#dnnl::prop_kind::forward_training, and
#dnnl::prop_kind::forward_inference.aalgorithm - resampling algorithm kind: either
#dnnl::algorithm::resampling_nearest, or
#dnnl::algorithm::resampling_linearfactors - Vector of scaling factors for spatial dimension.src_desc - Source memory descriptor.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector FloatBuffer factors, @Const @ByRef memory.desc src_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector float[] factors, @Const @ByRef memory.desc src_desc)
public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector FloatPointer factors, @Const @ByRef memory.desc src_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector FloatBuffer factors, @Const @ByRef memory.desc src_desc)
public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector float[] factors, @Const @ByRef memory.desc src_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector FloatPointer factors, @Const @ByRef memory.desc src_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.aalgorithm - resampling algorithm kind: either
#dnnl::algorithm::resampling_nearest, or
#dnnl::algorithm::resampling_linearfactors - Vector of scaling factors for spatial dimension.src_desc - Source memory descriptor.dst_desc - Destination memory descriptor.public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector FloatBuffer factors, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector float[] factors, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector FloatPointer factors, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
public desc(dnnl.prop_kind aprop_kind, dnnl.algorithm aalgorithm, @StdVector FloatBuffer factors, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
public desc(@Cast(value="dnnl::prop_kind") int aprop_kind, @Cast(value="dnnl::algorithm") int aalgorithm, @StdVector float[] factors, @Const @ByRef memory.desc src_desc, @Const @ByRef memory.desc dst_desc)
@ByRef public dnnl_resampling_desc_t data()
public resampling_forward.desc data(dnnl_resampling_desc_t setter)
Copyright © 2020. All rights reserved.