Type Definition tch::nn::ConvTranspose3D

source ·
pub type ConvTranspose3D = ConvTransposeND<[i64; 3]>;
Expand description

A three dimension transposed convolution layer.

Trait Implementations§