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

pub type Conv3D = Conv<[i64; 3]>;
Expand description

Three dimensions convolution layer.

Trait Implementations