Skip to content

Commit 8e20d36

Browse files
committed
- comment update
1 parent c981222 commit 8e20d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paddle/fluid/operators/conv_mkldnn_op.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ class ConvMKLDNNGradOpKernel : public paddle::framework::OpKernel<T> {
402402
std::vector<int> dst_tz = paddle::framework::vectorize2int(output->dims());
403403

404404
// Get an unique name from "argument" name of "Output" variable
405+
// as well as attributes of primitive to be created
405406
// This name will be used as key when saving info into device context
406407
const std::string key =
407408
ConvMKLDNNHandler::GetHash(src_tz, weights_tz, strides, paddings,

0 commit comments

Comments
 (0)