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
(kernel_width, in_channels, out_channels); the math is a standard cross-channel conv1d after permuting to (B, C, T).

