Function conv3d
pub fn conv3d<B>(
x: Tensor<B, 5>,
weight: Tensor<B, 5>,
bias: Option<Tensor<B, 1>>,
options: ConvOptions<3>,
) -> Tensor<B, 5>where
B: Backend,
Expand description
Applies a 3D convolution.
pub fn conv3d<B>(
x: Tensor<B, 5>,
weight: Tensor<B, 5>,
bias: Option<Tensor<B, 1>>,
options: ConvOptions<3>,
) -> Tensor<B, 5>where
B: Backend,
Applies a 3D convolution.