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 2b50334 commit 0f48708Copy full SHA for 0f48708
core/conversion/converters/impl/element_wise.cpp
@@ -176,7 +176,7 @@ auto element_wise_registrations TRTORCH_UNUSED =
176
}
177
178
auto out = ctx->AssociateValueAndTensor(n->outputs()[0], clamp_layer_out);
179
- LOG_DEBUG("Clamp layer output tensor shape: " << clamp_layer_out->getDimensions());
+ LOG_DEBUG("Clamp layer output tensor shape: " << out->getDimensions());
180
return true;
181
}})
182
.pattern({"aten::sub.Tensor(Tensor self, Tensor other, Scalar alpha=1) -> "
0 commit comments