| 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.
|
static int |
memory.convert_to_c(memory.data_type data_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.
|
| Constructor and Description |
|---|
desc(long[] dims,
memory.data_type data_type,
long[] strides) |
desc(long[] dims,
memory.data_type data_type,
long[] strides,
boolean allow_empty) |
desc(long[] dims,
memory.data_type data_type,
memory.format_tag format_tag) |
desc(long[] dims,
memory.data_type data_type,
memory.format_tag format_tag,
boolean allow_empty) |
desc(LongBuffer dims,
memory.data_type data_type,
LongBuffer strides) |
desc(LongBuffer dims,
memory.data_type data_type,
LongBuffer strides,
boolean allow_empty) |
desc(LongBuffer dims,
memory.data_type data_type,
memory.format_tag format_tag) |
desc(LongBuffer dims,
memory.data_type data_type,
memory.format_tag format_tag,
boolean allow_empty) |
desc(LongPointer dims,
memory.data_type data_type,
LongPointer strides) |
desc(LongPointer dims,
memory.data_type data_type,
LongPointer strides,
boolean allow_empty)
Constructs a memory descriptor by strides.
|
desc(LongPointer dims,
memory.data_type data_type,
memory.format_tag format_tag) |
desc(LongPointer dims,
memory.data_type data_type,
memory.format_tag format_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.