API symbolsnn
Copy
tensorplay.nn.functional.conv_tbc
- tensorplay.nn.functional.conv_tbc(input, weight, bias=None, pad=0)[source]
Applies a 1D convolution over an input of shape (T, B, C) along the time dimension (torch.conv_tbc). Expressed as a grouped (depthwise) conv1d: every channel is convolved with its own length-k filter.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
