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