Function tch::nn::conv_transpose3d[][src]

pub fn conv_transpose3d<'a, T: Borrow<Path<'a>>>(
    vs: T,
    i: i64,
    o: i64,
    k: i64,
    c: ConvTransposeConfig
) -> ConvTranspose3D
Expand description

Creates a three dimension transposed convolution layer.