Skip to content
Snippets Groups Projects
Commit 180de41a authored by meshtag's avatar meshtag
Browse files

Synchronize with dip.corr_2d interface update

parent 1d0413c5
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,8 @@
func @corr_2d_constant_padding(%inputImage : memref<?x?xf32>, %kernel : memref<?x?xf32>,
%outputImage : memref<?x?xf32>, %centerX : index,
%centerY : index, %constantValue : f32) {
dip.corr_2d %inputImage, %kernel, %outputImage, %centerX, %centerY,
%constantValue {boundary_option = "CONSTANT_PADDING"} :
dip.corr_2d CONSTANT_PADDING %inputImage, %kernel, %outputImage, %centerX,
%centerY, %constantValue :
memref<?x?xf32>, memref<?x?xf32>, memref<?x?xf32>, index,
index, f32
return
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment