[][src]Type Definition tch::nn::ConvTransposeConfig

type ConvTransposeConfig = ConvTransposeConfigND<i64>;

A transposed convolution configuration using the same values on each dimension.

Trait Implementations

impl Default for ConvTransposeConfig[src]