Skip to content

Commit 563ca81

Browse files
committed
removing dim_list
1 parent 97e3758 commit 563ca81

File tree

1 file changed

+0
-1
lines changed
  • py/torch_tensorrt/dynamo/conversion/impl

1 file changed

+0
-1
lines changed

py/torch_tensorrt/dynamo/conversion/impl/select.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def index(
140140
rank = len(input_shape)
141141
adv_indx_count = len(adv_indx_indices)
142142
dim_tensor_list = []
143-
dim_list = []
144143

145144
for i in range(rank):
146145
dim = input_shape[i]

0 commit comments

Comments
 (0)