# tensorplay.nn.functional.conv_tbc

Source: https://www.tensorplay.cn/docs/generated/tensorplay.nn.functional.conv_tbc.html

# tensorplay.nn.functional.conv_tbc

tensorplay.nn.functional.conv_tbc(input, weight, bias=None, pad=0)[[source]](../_modules/tensorplay/nn/functional.html#conv_tbc)

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.
