#include <mkldnn.hpp>
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &bias_desc, const memory::desc &dst_desc, const memory::dims strides, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind) |
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &dst_desc, const memory::dims strides, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind) |
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &bias_desc, const memory::desc &dst_desc, const memory::dims strides, const memory::dims dilates, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind) |
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &dst_desc, const memory::dims strides, const memory::dims dilates, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind) |
|
◆ desc() [1/4]
◆ desc() [2/4]
◆ desc() [3/4]
mkldnn::convolution_forward::desc::desc |
( |
prop_kind |
aprop_kind, |
|
|
algorithm |
aalgorithm, |
|
|
const memory::desc & |
src_desc, |
|
|
const memory::desc & |
weights_desc, |
|
|
const memory::desc & |
bias_desc, |
|
|
const memory::desc & |
dst_desc, |
|
|
const memory::dims |
strides, |
|
|
const memory::dims |
dilates, |
|
|
const memory::dims |
padding_l, |
|
|
const memory::dims |
padding_r, |
|
|
const padding_kind |
apadding_kind |
|
) |
| |
|
inline |
◆ desc() [4/4]
◆ data
The documentation for this struct was generated from the following file: