Type Definition tch::nn::ConvTransposeConfig

source · []
pub type ConvTransposeConfig = ConvTransposeConfigND<i64>;
Expand description

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

Trait Implementations

Returns the “default value” for a type. Read more