Functional iterator for single axis for Tensor (not TensorView) #3
6 new alerts
New alerts in code changed by this pull request
- 6 warnings
See annotations below for details.
Annotations
Check warning on line 1 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
unused import: DataOwned Warning
Check warning on line 3 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
unused import: tensor Warning
Check warning on line 42 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
the following explicit lifetimes could be elided: 'a Warning
Check warning on line 42 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
the following explicit lifetimes could be elided: 'a Warning
Check warning on line 59 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
the loop variable i is only used to index new_stride Warning
Check warning on line 60 in src/tensor/iterator/iterator_base.rs
Code scanning / clippy
manual implementation of an assign operation Warning