robertknight / rten

ONNX neural network inference engine
124 stars 9 forks source link

Use `zip` method instead of standalone function #364

Closed robertknight closed 1 month ago

robertknight commented 2 months ago

For stylistic consistency, use the Iterator::zip method instead of the standalone zip function everywhere.