Skip to content

Commit 8d2f8c3

Browse files
committed
rebase fix
1 parent 2e178d0 commit 8d2f8c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/tvm/relay/frontend/pytorch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,6 @@ def all_any_common(self, op, inputs, input_types):
27752775
return op(inp, axis=dim, keepdims=keepdim)
27762776

27772777
def searchsorted_common(self, sorted_sequence, values, out_int32, right):
2778-
27792778
dtype = "int32" if out_int32 else "int64"
27802779
side = "right" if right else "left"
27812780
values_shape = _infer_shape(values)

0 commit comments

Comments
 (0)