Documentation
slow_conv_transpose3d Source #
Arguments
:: Tensor | self |
-> Tensor | weight |
-> (Int, Int, Int) | kernel_size |
-> Tensor | bias |
-> (Int, Int, Int) | stride |
-> (Int, Int, Int) | padding |
-> (Int, Int, Int) | output_padding |
-> (Int, Int, Int) | dilation |
-> Tensor | |