You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/conversion/converters/impl/topk.cpp
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,12 @@ auto topk_registrations TRTORCH_UNUSED = RegisterNodeConversionPatterns().patter
25
25
26
26
auto selfDim = util::toVec(self->getDimensions());
27
27
28
-
//reduceAxes The reduction dimensions. The bit in position i of bitmask reduceAxes corresponds to explicit dimension i of the result.
29
-
//E.g., the least significant bit corresponds to the first explicit dimension and the next to least significant bit corresponds to the second explicit dimension.
28
+
// reduceAxes The reduction dimensions. The bit in position i of bitmask reduceAxes corresponds to explicit
29
+
// dimension i of the result. E.g., the least significant bit corresponds to the first explicit dimension and the
30
+
// next to least significant bit corresponds to the second explicit dimension.
0 commit comments