We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d92d38 commit 6242ae5Copy full SHA for 6242ae5
torch_ipex/csrc/cpu/BatchNorm.cpp
@@ -163,7 +163,7 @@ torch::autograd::variable_list
163
IPEXBatchNormOp::backward(torch::autograd::AutogradContext *ctx,
164
torch::autograd::variable_list grad_outputs) {
165
#if defined(IPEX_PROFILE_OP)
166
- RECORD_FUNCTION("IPEXConvolutionOp::backward", std::vector<c10::IValue>({}));
+ RECORD_FUNCTION("IPEXBatchNormOp::backward", std::vector<c10::IValue>({}));
167
#endif
168
auto train = ctx->saved_data["train"].toBool();
169
auto eps = ctx->saved_data["eps"].toDouble();
0 commit comments