
Applies a 1-dimensional sequence convolution over an input sequence. Input and output dimensions are (Time, Batch, Channels) - hence TBC.
nnf_conv_tbc(input, weight, bias, pad = 0)
input tensor of shape
filter of shape (
bias of shape (
number of timesteps to pad. Default: 0