public static class mkldnn.mkldnn_convolution_relu_desc_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
mkldnn_convolution_relu_desc_t()
Default native constructor.
|
mkldnn_convolution_relu_desc_t(long size)
Native array allocator.
|
mkldnn_convolution_relu_desc_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
mkldnn.mkldnn_convolution_desc_t |
convolution_desc()
A descriptor of a convolution operation.
|
mkldnn.mkldnn_convolution_relu_desc_t |
convolution_desc(mkldnn.mkldnn_convolution_desc_t convolution_desc) |
float |
negative_slope()
Scaling factor for negative values, stored as float-precision but
interpreted in a way specific to the data type in each implementation
|
mkldnn.mkldnn_convolution_relu_desc_t |
negative_slope(float negative_slope) |
mkldnn.mkldnn_convolution_relu_desc_t |
position(long position) |
int |
primitive_kind()
The kind of primitive.
|
mkldnn.mkldnn_convolution_relu_desc_t |
primitive_kind(int primitive_kind) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic mkldnn_convolution_relu_desc_t()
public mkldnn_convolution_relu_desc_t(long size)
Pointer.position(long).public mkldnn_convolution_relu_desc_t(Pointer p)
Pointer.Pointer(Pointer).public mkldnn.mkldnn_convolution_relu_desc_t position(long position)
@Cast(value="mkldnn_primitive_kind_t") public int primitive_kind()
public mkldnn.mkldnn_convolution_relu_desc_t primitive_kind(int primitive_kind)
@ByRef public mkldnn.mkldnn_convolution_desc_t convolution_desc()
public mkldnn.mkldnn_convolution_relu_desc_t convolution_desc(mkldnn.mkldnn_convolution_desc_t convolution_desc)
public float negative_slope()
public mkldnn.mkldnn_convolution_relu_desc_t negative_slope(float negative_slope)
Copyright © 2018. All rights reserved.