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§

source§

impl Default for ConvTransposeConfig

source§

fn default() -> Self

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