-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support batch 1-d convolution in
ht.signal.convolve
(#1515)
* define conditions for batch processing * set cond for distributed batch processing * test batch convolve * implement batch convolve * add link to conv1d documentation * reinstate exception check * expand docs, add examples * fix tests * cast local tensors to torch dtype * expand tests * test n-D batch convolutions and empty tensors * bypass empty tensors * edit docs * add comment re: batch_processing variable * test with 4-D batch signal
- Loading branch information
1 parent
064f495
commit 225dc96
Showing
2 changed files
with
162 additions
and
20 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