☰
Conv3D
Trait Implementations
Module
In tch::nn
?
Type Definition
tch
::
nn
::
Conv3D
source
·
[
−
]
pub type Conv3D =
Conv
<[
i64
;
3
]>;
Expand description
Three dimensions convolution layer.
Trait Implementations
§
source
§
impl
Module
for
Conv3D
source
§
fn
forward
(&self, xs: &
Tensor
) ->
Tensor