Skip to content

Conversation

@abrown
Copy link
Contributor

@abrown abrown commented May 13, 2024

This is the result of running cargo clippy and resolving some of the warnings; it also refactors a few functions and improves some documentation, but does not change any logic.

Ok(PreProcessOutputInfo {
instance: output_info,
})
Ok(PreProcessOutputInfo { instance })
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing output_info by instance and similar changes seem good for conciseness, would you want to keep it uniform and make similar changes throughout? E.g. get_output_info_get_tensor_info and several others.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wait for the next PR... I am about to rename all of that.

Copy link
Contributor

@rahulchaphalkar rahulchaphalkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@abrown abrown merged commit f15b646 into intel:main May 13, 2024
@abrown abrown deleted the clippy-fixes branch May 13, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants