Closed rahul-tuli closed 1 year ago
This is a minimal PR adds minor updates to our code.
1) Updates usage of idiom max([for .. clause ..]) -> max(for .. clause), similar update for min([..])
max([for .. clause ..])
max(for .. clause)
min([..])
2) In one of my comments on a previous PR I suggested a two line change on one line, which was merged in and lead to working but not so great if condition this PR also updates that This is the original comment: https://github.com/neuralmagic/deepsparse/pull/1246#discussion_r1333454411
This is a minimal PR adds minor updates to our code.
1) Updates usage of idiom
max([for .. clause ..])
->max(for .. clause)
, similar update formin([..])
2) In one of my comments on a previous PR I suggested a two line change on one line, which was merged in and lead to working but not so great if condition this PR also updates that This is the original comment: https://github.com/neuralmagic/deepsparse/pull/1246#discussion_r1333454411