| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
memory.data_type |
memory.desc.data_type()
Returns the data type of the memory descriptor.
|
memory.data_type |
memory.data_type.intern() |
static memory.data_type |
memory.data_type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static memory.data_type[] |
memory.data_type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
post_ops.append_dw_k3s1p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
float[] scales) |
void |
post_ops.append_dw_k3s1p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
FloatBuffer scales) |
void |
post_ops.append_dw_k3s1p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
FloatPointer scales)
Appends a depthwise post-op convolution with stride 1.
|
void |
post_ops.append_dw_k3s2p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
float[] scales) |
void |
post_ops.append_dw_k3s2p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
FloatBuffer scales) |
void |
post_ops.append_dw_k3s2p1(memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int mask,
FloatPointer scales)
Appends a depthwise post-op convolution with stride 2.
|
void |
post_ops.append_sum(float scale,
memory.data_type data_type)
Appends an accumulation (sum) post-op.
|
static int |
memory.convert_to_c(memory.data_type adata_type) |
void |
post_ops.get_params_dw_k3s1p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int[] mask,
float[] scales) |
void |
post_ops.get_params_dw_k3s1p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
IntBuffer mask,
FloatBuffer scales) |
void |
post_ops.get_params_dw_k3s1p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
IntPointer mask,
FloatPointer scales)
Returns the parameters of an depthwise post-op with stride 1.
|
void |
post_ops.get_params_dw_k3s2p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
int[] mask,
float[] scales) |
void |
post_ops.get_params_dw_k3s2p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
IntBuffer mask,
FloatBuffer scales) |
void |
post_ops.get_params_dw_k3s2p1(int index,
memory.data_type weights_data_type,
memory.data_type bias_data_type,
memory.data_type dst_data_type,
IntPointer mask,
FloatPointer scales)
Returns the parameters of an depthwise post-op with stride 2.
|
void |
post_ops.get_params_sum(int index,
float[] scale,
memory.data_type data_type) |
void |
post_ops.get_params_sum(int index,
FloatBuffer scale,
memory.data_type data_type) |
void |
post_ops.get_params_sum(int index,
FloatPointer scale,
memory.data_type data_type)
Returns the parameters of an accumulation (sum) post-op.
|
| Constructor and Description |
|---|
desc(long[] adims,
memory.data_type adata_type,
long[] strides) |
desc(long[] adims,
memory.data_type adata_type,
long[] strides,
boolean allow_empty) |
desc(long[] adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(long[] adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty) |
desc(LongBuffer adims,
memory.data_type adata_type,
LongBuffer strides) |
desc(LongBuffer adims,
memory.data_type adata_type,
LongBuffer strides,
boolean allow_empty) |
desc(LongBuffer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(LongBuffer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty) |
desc(LongPointer adims,
memory.data_type adata_type,
LongPointer strides) |
desc(LongPointer adims,
memory.data_type adata_type,
LongPointer strides,
boolean allow_empty)
Constructs a memory descriptor by strides.
|
desc(LongPointer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag) |
desc(LongPointer adims,
memory.data_type adata_type,
memory.format_tag aformat_tag,
boolean allow_empty)
Constructs a memory descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
dnnl.equals(int a,
memory.data_type b) |
static boolean |
dnnl.equals(memory.data_type a,
int b) |
static boolean |
dnnl.notEquals(int a,
memory.data_type b) |
static boolean |
dnnl.notEquals(memory.data_type a,
int b) |
Copyright © 2020. All rights reserved.