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 b7e8d1c commit 948dc58Copy full SHA for 948dc58
core/conversion/converters/impl/shuffle.cpp
@@ -140,7 +140,7 @@ static auto shuffle_registrations TORCHTRT_UNUSED =
140
shape_tensor = tensor_to_const(ctx, torch::tensor(new_shape).to(torch::kI32));
141
} else {
142
LOG_ERROR(
143
- "Invalid IValue type of " << args[2].ivalue_type()
+ "Invalid IValue type of " << args[2].IValue()->type()
144
<< " detected for shape tensor from node: " << *n);
145
}
146
0 commit comments