☰
ConvTranspose2D
Trait Implementations
Module
In tch::nn
?
Type Definition
tch
::
nn
::
ConvTranspose2D
source
·
[
−
]
pub type ConvTranspose2D =
ConvTransposeND
<[
i64
;
2
]>;
Expand description
A two dimension transposed convolution layer.
Trait Implementations
§
source
§
impl
Module
for
ConvTranspose2D
source
§
fn
forward
(&self, xs: &
Tensor
) ->
Tensor