Function burn::tensor::module::deform_conv2d
pub fn deform_conv2d<B>(
x: Tensor<B, 4>,
offset: Tensor<B, 4>,
weight: Tensor<B, 4>,
mask: Option<Tensor<B, 4>>,
bias: Option<Tensor<B, 1>>,
options: DeformConvOptions<2>,
) -> Tensor<B, 4>where
B: Backend,
Expand description
Applies a Deformable 2D convolution.