| Package | Description |
|---|---|
| org.bytedeco.dnnl | |
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
deconvolution_forward.desc |
deconvolution_forward.desc.data(dnnl_convolution_desc_t setter) |
deconvolution_backward_weights.desc |
deconvolution_backward_weights.desc.data(dnnl_convolution_desc_t setter) |
deconvolution_backward_data.desc |
deconvolution_backward_data.desc.data(dnnl_convolution_desc_t setter) |
convolution_forward.desc |
convolution_forward.desc.data(dnnl_convolution_desc_t setter) |
convolution_backward_weights.desc |
convolution_backward_weights.desc.data(dnnl_convolution_desc_t setter) |
convolution_backward_data.desc |
convolution_backward_data.desc.data(dnnl_convolution_desc_t setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.dnnl_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a convolution backward propagation primitive.
|
static int |
dnnl.dnnl_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a convolution weights gradient primitive.
|
static int |
dnnl.dnnl_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
\} dnnl_api_binary
|
static int |
dnnl.dnnl_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a deconvolution backward propagation primitive.
|
static int |
dnnl.dnnl_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a deconvolution weights gradient primitive.
|
static int |
dnnl.dnnl_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
long[] strides,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongBuffer strides,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongPointer strides,
LongPointer padding_l,
LongPointer padding_r)
\} dnnl_api_convolution
|
static int |
dnnl.dnnl_dilated_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_convolution_backward_data_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated convolution backward propagation
primitive.
|
static int |
dnnl.dnnl_dilated_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_convolution_backward_weights_desc_init(dnnl_convolution_desc_t conv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated convolution weights gradient
primitive.
|
static int |
dnnl.dnnl_dilated_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_convolution_forward_desc_init(dnnl_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated convolution forward propagation
primitive.
|
static int |
dnnl.dnnl_dilated_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_backward_data_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t diff_src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated deconvolution backward propagation
primitive.
|
static int |
dnnl.dnnl_dilated_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_backward_weights_desc_init(dnnl_convolution_desc_t deconv_desc,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t diff_weights_desc,
dnnl_memory_desc_t diff_bias_desc,
dnnl_memory_desc_t diff_dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated deconvolution weights gradient
primitive.
|
static int |
dnnl.dnnl_dilated_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
long[] strides,
long[] dilates,
long[] padding_l,
long[] padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongBuffer strides,
LongBuffer dilates,
LongBuffer padding_l,
LongBuffer padding_r) |
static int |
dnnl.dnnl_dilated_deconvolution_forward_desc_init(dnnl_convolution_desc_t deconv_desc,
int prop_kind,
int alg_kind,
dnnl_memory_desc_t src_desc,
dnnl_memory_desc_t weights_desc,
dnnl_memory_desc_t bias_desc,
dnnl_memory_desc_t dst_desc,
LongPointer strides,
LongPointer dilates,
LongPointer padding_l,
LongPointer padding_r)
Initializes a descriptor for a dilated deconvolution forward propagation
primitive.
|
Copyright © 2020. All rights reserved.