Skip to content

Commit 26c2571

Browse files
author
Matthew Brookhart
committed
fix pylint
1 parent a590ebf commit 26c2571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tvm/relay/frontend/onnx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def _impl_v9(cls, inputs, attr, params):
897897
scale_h = scales[-2]
898898
scale_w = scales[-1]
899899
scale_d = scales[-3]
900-
900+
901901
layout = 'NCDHW'
902902
out = _op.nn.upsampling3d(inputs[0],
903903
scale_d,

0 commit comments

Comments
 (0)