R/gen-namespace-docs.R
R/gen-namespace-examples.R
R/gen-namespace.R
torch_conv_tbc.Rd
Conv_tbc
torch_conv_tbc(self, weight, bias, pad = 0L)
NA input tensor of shape (sequence length×batch×in\_channels)
NA filter of shape (kernel width×in\_channels×out\_channels)
NA bias of shape (out\_channels)
NA number of timesteps to pad. Default: 0
Applies a 1-dimensional sequence convolution over an input sequence. Input and output dimensions are (Time, Batch, Channels) - hence TBC.