Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve speed in combining per-channel data (#21563)
### Description <!-- Describe your changes. --> Improve speed in combining `per-channel` data for using a single `np.concatenate` instead of multiple `np.concatenates` within a for loop. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Fix the issue #21562 Signed-off-by: duansheng.liu <[email protected]>
- Loading branch information