|
| desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_bias_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for convolution weight update with bias using aalgorithm , memory descriptors, strides , padding_l , and padding_r . More...
|
|
| desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for convolution weight update without bias using aalgorithm , memory descriptors, strides , padding_l , and padding_r . More...
|
|
| desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_bias_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &dilates, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for dilated convolution weight update with bias using aalgorithm , memory descriptors, strides , dilates padding_l , and padding_r . More...
|
|
| desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &dilates, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for dilated convolution weight update without bias using aalgorithm , memory descriptors, strides , dilates padding_l , and padding_r . More...
|
|
Descriptor for convolution weight update.
- Examples:
- cnn_training_f32.cpp, and cpu_cnn_training_bf16.cpp.