Type Definition tch::nn::ConvConfig

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

Convolution config using the same parameters on all dimensions.

Trait Implementations§

source§

impl Default for ConvConfig

source§

fn default() -> Self

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