Skip to content

Commit 948dc58

Browse files
author
Anurag Dixit
committed
chore: Adopting API change from main branch
Signed-off-by: Anurag Dixit <[email protected]>
1 parent b7e8d1c commit 948dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/conversion/converters/impl/shuffle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ static auto shuffle_registrations TORCHTRT_UNUSED =
140140
shape_tensor = tensor_to_const(ctx, torch::tensor(new_shape).to(torch::kI32));
141141
} else {
142142
LOG_ERROR(
143-
"Invalid IValue type of " << args[2].ivalue_type()
143+
"Invalid IValue type of " << args[2].IValue()->type()
144144
<< " detected for shape tensor from node: " << *n);
145145
}
146146
} else {

0 commit comments

Comments
 (0)