We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1afc92 commit 6bb0d4bCopy full SHA for 6bb0d4b
tensorflow_addons/image/filters.py
@@ -91,7 +91,7 @@ def func2():
91
for a in range(ch):
92
img = image[:, :, a:a + 1]
93
img = tf.reshape(img, [1, row, col, 1])
94
- slic = tf.image.extract_image_patches(
+ slic = tf.image.extract_patches(
95
img, [1, filter_shapex, filter_shapey, 1], [1, 1, 1, 1],
96
[1, 1, 1, 1],
97
padding='SAME')
0 commit comments