Type Definition tch::nn::ConvConfig

source · []
pub type ConvConfig = ConvConfigND<i64>;
Expand description

Convolution config using the same parameters on all dimensions.

Trait Implementations

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