Where do I find the source code of the pytorch function conv2d?
(在哪里可以找到pytorch函数conv2d的源代码?)
It should be in torch.nn.functional but I only find _add_docstr lines, if i search for conv2d.
(它应该在torch.nn.functional中,但是如果我搜索conv2d,我只会找到_add_docstr行。)
(我在这里看:)
https://github.com/pytorch/pytorch/blob/master/torch/nn/functional.py
(https://github.com/pytorch/pytorch/blob/master/torch/nn/functional.py)
它与torch.nn.Conv2d相同
torch.nn.Conv2d
2.1m questions
2.1m answers
60 comments
57.0k users