Package | Description |
---|---|
org.bytedeco.mkldnn | |
org.bytedeco.mkldnn.global |
Modifier and Type | Method and Description |
---|---|
deconvolution_backward_weights.desc |
deconvolution_backward_weights.desc.data(mkldnn_convolution_desc_t setter) |
convolution_backward_weights.desc |
convolution_backward_weights.desc.data(mkldnn_convolution_desc_t setter) |
convolution_forward.desc |
convolution_forward.desc.data(mkldnn_convolution_desc_t setter) |
convolution_backward_data.desc |
convolution_backward_data.desc.data(mkldnn_convolution_desc_t setter) |
deconvolution_backward_data.desc |
deconvolution_backward_data.desc.data(mkldnn_convolution_desc_t setter) |
deconvolution_forward.desc |
deconvolution_forward.desc.data(mkldnn_convolution_desc_t setter) |
Modifier and Type | Method and Description |
---|---|
static int |
mkldnn.mkldnn_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a convolution descriptor \p conv_desc for backward propagation
with respect to data using \p alg_kind, memory descriptors, \p strides, \p
padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a convolution descriptor \p conv_desc for backward propagation
with respect to weights using \p alg_kind, memory descriptors, \p strides,
\p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a convolution descriptor \p conv_desc for forward propagation
using \p prop_kind (possible values are #mkldnn_forward_training and
#mkldnn_forward_inference), \p alg_kind, memory descriptors, \p strides, \p
padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a deconvolution descriptor \p conv_desc for backward propagation
with respect to data using \p alg_kind, memory descriptors, \p strides, \p
padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a deconvolution descriptor \p conv_desc for backward propagation
with respect to weights using \p alg_kind, memory descriptors, \p strides,
\p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
int[] strides,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntBuffer strides,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntPointer strides,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a deconvolution descriptor \p deconv_desc for forward
propagation using \p prop_kind (possible values are #mkldnn_forward_training
and #mkldnn_forward_inference), \p alg_kind, memory descriptors, \p strides,
\p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a dilated convolution descriptor \p conv_desc for backward
propagation with respect to data using \p alg_kind, memory descriptors, \p
strides, \p dilates \p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a convolution descriptor \p conv_desc for backward propagation
with respect to weights using \p alg_kind, memory descriptors, \p strides,
\p dilates \p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_convolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a dilated convolution descriptor \p conv_desc for forward
propagation using \p prop_kind (possible values are #mkldnn_forward_training
and #mkldnn_forward_inference), \p alg_kind, memory descriptors, \p strides,
\p dilates, \p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_data_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t diff_src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a dilated deconvolution descriptor \p conv_desc for backward
propagation with respect to data using \p alg_kind, memory descriptors, \p
strides, \p dilates, \p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_backward_weights_desc_init(mkldnn_convolution_desc_t conv_desc,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t diff_weights_desc,
mkldnn_memory_desc_t diff_bias_desc,
mkldnn_memory_desc_t diff_dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a dilated deconvolution descriptor \p conv_desc for backward
propagation with respect to weights using \p alg_kind, memory descriptors,
\p strides, \p dilates, \p padding_l, \p padding_r, and \p padding_kind.
|
static int |
mkldnn.mkldnn_dilated_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
int[] strides,
int[] dilates,
int[] padding_l,
int[] padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntBuffer strides,
IntBuffer dilates,
IntBuffer padding_l,
IntBuffer padding_r,
int padding_kind) |
static int |
mkldnn.mkldnn_dilated_deconvolution_forward_desc_init(mkldnn_convolution_desc_t conv_desc,
int prop_kind,
int alg_kind,
mkldnn_memory_desc_t src_desc,
mkldnn_memory_desc_t weights_desc,
mkldnn_memory_desc_t bias_desc,
mkldnn_memory_desc_t dst_desc,
IntPointer strides,
IntPointer dilates,
IntPointer padding_l,
IntPointer padding_r,
int padding_kind)
Initializes a dilated deconvolution descriptor \p deconv_desc for forward
propagation using \p prop_kind (possible values are #mkldnn_forward_training
and #mkldnn_forward_inference), \p alg_kind, memory descriptors, \p strides,
\p dilates, \p padding_l, \p padding_r, and \p padding_kind.
|
Copyright © 2022. All rights reserved.