-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify crop_or_pad with deepcopy (#183)
* Pass output views by const ref in crop_or_pad * update unit tests for padding * fix: format * use deepcopy on subviews for crop or pad * Make in_tmp Managed * fix: format * format * Update crop_or_pad_impl based on review * remove unused function and tests * do not include Test_Utils.hpp * fix: in_tmp type based on review * fix: based on review --------- Co-authored-by: Yuuichi Asahi <[email protected]>
- Loading branch information
1 parent
ab3221a
commit 11a6c3a
Showing
5 changed files
with
217 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.