Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional iterator for single axis for Tensor (not TensorView) #3

Closed
wants to merge 1 commit into from

Functional iterator for single axis for Tensor (not TensorView)

1c6330c
Select commit
Loading
Failed to load commit list.
Closed

Functional iterator for single axis for Tensor (not TensorView) #3

Functional iterator for single axis for Tensor (not TensorView)
1c6330c
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / clippy succeeded Dec 20, 2024 in 6s

6 new alerts

New alerts in code changed by this pull request

  • 6 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 1 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

unused import: DataOwned Warning

unused import: DataOwned

Check warning on line 3 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

unused import: tensor Warning

unused import: tensor

Check warning on line 42 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

the following explicit lifetimes could be elided: 'a Warning

the following explicit lifetimes could be elided: 'a

Check warning on line 42 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

the following explicit lifetimes could be elided: 'a Warning

the following explicit lifetimes could be elided: 'a

Check warning on line 59 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

the loop variable i is only used to index new_stride Warning

the loop variable i is only used to index new\_stride

Check warning on line 60 in src/tensor/iterator/iterator_base.rs

See this annotation in the file changed.

Code scanning / clippy

manual implementation of an assign operation Warning

manual implementation of an assign operation