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 178eab3 commit 5b0f584Copy full SHA for 5b0f584
core/conversion/converters/impl/expand.cpp
@@ -281,7 +281,7 @@ auto expand_registrations TRTORCH_UNUSED =
281
282
auto out = ctx->AssociateValueAndTensor(n->outputs()[0], in);
283
284
- LOG_DEBUG("Repeat layer output tensor shape: " << in->getDimensions());
+ LOG_DEBUG("Repeat layer output tensor shape: " << out->getDimensions());
285
return true;
286
}});
287
0 commit comments