# 需要导入模块: from fairseq import modules [as 别名]# 或者: from fairseq.modules importConvTBC[as 别名]deftest_convtbc(self):# ksz, in_channels, out_channelsconv_tbc =ConvTBC(4,5, kernel_size=3, padding=1)# out_channels, in_channels, kszconv1d = nn.Conv1d(4,5, kernel_size=3,...
No docs online: https://pytorch.org/docs/master/search.html?q=conv_tbc&check_keywords=yes&area=default Docstring in code: pytorch/torch/nn/functional.py Line 212 in 857eb41 conv_tbc = _add_docstr(torch.conv_tbc, r""" Code: https://github.com/pytorch/pytorch/blob/877c96cdd...