Type Definition tch::nn::ConvTranspose2D

source · []
pub type ConvTranspose2D = ConvTransposeND<[i64; 2]>;
Expand description

A two dimension transposed convolution layer.

Trait Implementations