@@ -1181,7 +1181,7 @@ struct convolution_forward : public primitive {
11811181 struct desc {
11821182 // / Constructs a descriptor for a convolution forward propagation
11831183 // / primitive without bias using @p prop_kind (acceptable values are
1184- // / #dnnl::forward_training and #dnnl::forward_inference), @p
1184+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), @p
11851185 // / algorithm, memory descriptors, @p strides, @p padding_l, and @p
11861186 // / padding_r.
11871187 // /
@@ -1196,7 +1196,7 @@ struct convolution_forward : public primitive {
11961196
11971197 // / Constructs a descriptor for a convolution forward propagation
11981198 // / primitive with bias using @p prop_kind (acceptable values are
1199- // / #dnnl::forward_training and #dnnl::forward_inference), @p
1199+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), @p
12001200 // / algorithm, memory descriptors, @p strides, @p padding_l, and @p
12011201 // / padding_r.
12021202 // /
@@ -1210,7 +1210,7 @@ struct convolution_forward : public primitive {
12101210
12111211 // / Constructs a descriptor for dilated convolution forward
12121212 // / propagation primitive without bias using @p prop_kind (possible
1213- // / values are #dnnl::forward_training and #dnnl::forward_inference),
1213+ // / values are #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference),
12141214 // / @p algorithm, memory descriptors, @p strides, @p dilates, @p
12151215 // / padding_l, and @p padding_r.
12161216 // /
@@ -1225,7 +1225,7 @@ struct convolution_forward : public primitive {
12251225
12261226 // / Constructs a descriptor for dilated convolution forward
12271227 // / propagation primitive with bias using @p prop_kind (possible
1228- // / values are #dnnl::forward_training and #dnnl::forward_inference),
1228+ // / values are #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference),
12291229 // / @p algorithm, memory descriptors, @p strides, @p dilates, @p
12301230 // / padding_l, and @p padding_r.
12311231 // /
@@ -1508,7 +1508,7 @@ struct deconvolution_forward : public primitive {
15081508 struct desc {
15091509 // / Constructs a descriptor for a deconvolution forward propagation
15101510 // / primitive with bias using @p prop_kind (acceptable values are
1511- // / #dnnl::forward_training and #dnnl::forward_inference), @p
1511+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), @p
15121512 // / algorithm, memory descriptors, @p strides, @p padding_l, and @p
15131513 // / padding_r.
15141514 // /
@@ -1523,7 +1523,7 @@ struct deconvolution_forward : public primitive {
15231523
15241524 // / Constructs a descriptor for a deconvolution forward propagation
15251525 // / primitive without bias using @p prop_kind (acceptable values are
1526- // / #dnnl::forward_training and #dnnl::forward_inference), @p
1526+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), @p
15271527 // / algorithm, memory descriptors, @p strides, @p padding_l, and @p
15281528 // / padding_r.
15291529 // /
@@ -1537,7 +1537,7 @@ struct deconvolution_forward : public primitive {
15371537
15381538 // / Constructs a descriptor for dilated deconvolution forward
15391539 // / propagation primitive with bias using @p prop_kind (possible
1540- // / values are #dnnl::forward_training and #dnnl::forward_inference),
1540+ // / values are #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference),
15411541 // / @p algorithm memory descriptors, @p strides, @p dilates, @p
15421542 // / padding_l, and @p padding_r.
15431543 // /
@@ -1552,7 +1552,7 @@ struct deconvolution_forward : public primitive {
15521552
15531553 // / Constructs a descriptor for dilated deconvolution forward
15541554 // / propagation primitive without bias using @p prop_kind (possible
1555- // / values are #dnnl::forward_training and #dnnl::forward_inference),
1555+ // / values are #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference),
15561556 // / @p algorithm, memory descriptors, @p strides, @p dilates, @p
15571557 // / padding_l, and @p padding_r.
15581558 // /
@@ -1833,8 +1833,8 @@ struct lrn_forward : public primitive {
18331833 // / Descriptor for LRN forward propagation primitive.
18341834 struct desc {
18351835 // / Constructs a descriptor for LRN forward propagation primitive
1836- // / using @p prop_kind (acceptable values are #dnnl::forward_training
1837- // / and #dnnl::forward_inference), @p algorithm, memory descriptor @p
1836+ // / using @p prop_kind (acceptable values are #dnnl::prop_kind:: forward_training
1837+ // / and #dnnl::prop_kind:: forward_inference), @p algorithm, memory descriptor @p
18381838 // / data_desc, and regularization parameters @p local_size, @p alpha,
18391839 // / @p beta, and @p k.
18401840 desc (prop_kind prop_kind, algorithm algorithm,
@@ -1969,8 +1969,8 @@ struct pooling_forward : public primitive {
19691969 // / Descriptor for pooling forward propagation primitive.
19701970 struct desc {
19711971 // / Constructs a descriptor for pooling forward propagation primitive
1972- // / using @p prop_kind (acceptable values are #dnnl::forward_training
1973- // / and #dnnl::forward_inference), @p algorithm, memory descriptors,
1972+ // / using @p prop_kind (acceptable values are #dnnl::prop_kind:: forward_training
1973+ // / and #dnnl::prop_kind:: forward_inference), @p algorithm, memory descriptors,
19741974 // / and pooling parameters in the spatial domain: @p strides, @p
19751975 // / kernel sizes, @p padding_l, and @p padding_r.
19761976 desc (prop_kind prop_kind, algorithm algorithm,
@@ -2117,7 +2117,7 @@ struct eltwise_forward : public primitive {
21172117 struct desc {
21182118 // / Constructs a descriptor for elementwise forward propagation
21192119 // / primitive using @p prop_kind (acceptable values are
2120- // / #dnnl::forward_training and #dnnl::forward_inference), @p
2120+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), @p
21212121 // / algorithm algorithm, memory descriptor @p data_desc, @p alpha, and
21222122 // / @p beta parameters.
21232123 desc (prop_kind prop_kind, algorithm algorithm,
@@ -2248,8 +2248,8 @@ struct softmax_forward : public primitive {
22482248 // / Descriptor for softmax forward propagation primitive.
22492249 struct desc {
22502250 // / Constructs a softmax descriptor for forward propagation using @p
2251- // / prop_kind (acceptable values are #dnnl::forward_training and
2252- // / #dnnl::forward_inference) and memory descriptor @p data_desc.
2251+ // / prop_kind (acceptable values are #dnnl::prop_kind:: forward_training and
2252+ // / #dnnl::prop_kind:: forward_inference) and memory descriptor @p data_desc.
22532253 desc (prop_kind prop_kind, const memory::desc &data_desc,
22542254 int softmax_axis);
22552255 };
@@ -2376,7 +2376,7 @@ struct batch_normalization_forward : public primitive {
23762376 struct desc {
23772377 // / Constructs a batch normalization descriptor for forward
23782378 // / propagation using @p prop_kind (acceptable values are
2379- // / #dnnl::forward_training and #dnnl::forward_inference), memory
2379+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), memory
23802380 // / descriptor @p data_desc, normalization parameter @p epsilon, and
23812381 // / flags set using bit @p flags.
23822382 desc (prop_kind prop_kind, const memory::desc &src_desc, float epsilon,
@@ -2545,7 +2545,7 @@ struct layer_normalization_forward : public primitive {
25452545 struct desc {
25462546 // / Constructs a layer normalization descriptor for forward
25472547 // / propagation using @p prop_kind (acceptable values are
2548- // / #dnnl::forward_training and #dnnl::forward_inference), data memory
2548+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), data memory
25492549 // / descriptor @p data_desc, statistics memory descriptor @p
25502550 // / stat_desc, normalization parameter @p epsilon, and flags set
25512551 // / using bit @p flags.
@@ -2555,7 +2555,7 @@ struct layer_normalization_forward : public primitive {
25552555
25562556 // / Constructs a layer normalization descriptor for forward
25572557 // / propagation using @p prop_kind (acceptable values are
2558- // / #dnnl::forward_training and #dnnl::forward_inference), data memory
2558+ // / #dnnl::prop_kind:: forward_training and #dnnl::prop_kind ::forward_inference), data memory
25592559 // / descriptor @p data_desc, statistics memory descriptor @p
25602560 // / stat_desc, normalization parameter @p epsilon, and flags set
25612561 // / using bit @p flags.
@@ -3001,15 +3001,15 @@ struct vanilla_rnn_forward : public primitive {
30013001 // / primitive using @p prop_kind, @p activation, @p direction, and
30023002 // / memory descriptors.
30033003 // /
3004- // / If @p activation is #eltwise_relu, @p alpha represents the
3004+ // / If @p activation is #algorithm:: eltwise_relu, @p alpha represents the
30053005 // / negative slope. The @p beta and @p flags are currently ignored.
30063006 // /
30073007 // / The @p src_iter_desc, @p bias_desc, and @p dst_iter_desc are
30083008 // / allowed to point to a zero memory descriptor, which would indicate
30093009 // / that the primitive should not use them.
30103010 // /
30113011 // / @note
3012- // / If @p prop_kind equals #dnnl::forward_training, you must
3012+ // / If @p prop_kind equals #dnnl::prop_kind:: forward_training, you must
30133013 // / query for workspace memory descriptor before creating the
30143014 // / primitive.
30153015 // /
@@ -3113,7 +3113,7 @@ struct vanilla_rnn_backward : public primitive {
31133113 // / primitive using @p prop_kind, @p activation, @p direction, and
31143114 // / memory descriptors.
31153115 // /
3116- // / If @p activation is #eltwise_relu, @p alpha represents the
3116+ // / If @p activation is #algorithm:: eltwise_relu, @p alpha represents the
31173117 // / negative slope. The @p beta and @p flags are currently ignored.
31183118 // /
31193119 // / The @p src_iter_desc (simultaneously with @p diff_src_iter_desc),
@@ -3277,7 +3277,7 @@ struct lstm_forward : public primitive {
32773277 // / format_tag.
32783278 // /
32793279 // / @note
3280- // / If @p prop_kind equals #dnnl::forward_training, you must query
3280+ // / If @p prop_kind equals #dnnl::prop_kind:: forward_training, you must query
32813281 // / for workspace memory descriptor before creating the primitive.
32823282 // /
32833283 desc (prop_kind prop_kind, rnn_direction direction,
@@ -3559,7 +3559,7 @@ struct gru_forward : public primitive {
35593559 // / format_tag.
35603560 // /
35613561 // / @note
3562- // / If @p prop_kind equals #dnnl::forward_training, you must query
3562+ // / If @p prop_kind equals #dnnl::prop_kind:: forward_training, you must query
35633563 // / a workspace memory descriptor before creating the primitive.
35643564 // /
35653565 desc (prop_kind prop_kind, rnn_direction direction,
@@ -3814,7 +3814,7 @@ struct lbr_gru_forward : public primitive {
38143814 // / format_tag.
38153815 // /
38163816 // / @note
3817- // / If @p prop_kind equals #dnnl::forward_training, you must query
3817+ // / If @p prop_kind equals #dnnl::prop_kind:: forward_training, you must query
38183818 // / a workspace memory descriptor before creating the primitive.
38193819 // /
38203820 desc (prop_kind prop_kind, rnn_direction direction,
0 commit comments