Skip to content

Commit 5203f3e

Browse files
committed
export module
1 parent e870ad7 commit 5203f3e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
/tensorflow_addons/callbacks/tqdm_progress_bar*.py @shun-lin
3838

3939
/tensorflow_addons/image/connected_components*.py @sayoojbk
40+
/tensorflow_addons/image/cutout_ops*.py @fsx950223
4041
/tensorflow_addons/image/dense_image_warp*.py @windQAQ
4142
/tensorflow_addons/image/distance_transform*.py @mels630
4243
/tensorflow_addons/image/distort_image_ops*.py @windqaq

tensorflow_addons/image/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@
2929
from tensorflow_addons.image.transform_ops import transform
3030
from tensorflow_addons.image.translate_ops import translate
3131
from tensorflow_addons.image.compose_ops import blend
32+
from tensorflow_addons.image.cutout_ops import random_cutout, cutout

0 commit comments

Comments
 (0)