Home
last modified time | relevance | path

Searched refs:check_resize_interpolation (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/dataset/vision/
Dc_transforms.py51 from .validators import check_prob, check_crop, check_center_crop, check_resize_interpolation, \
1551 @check_resize_interpolation
1589 @check_resize_interpolation
Dpy_transforms.py31 from .validators import check_prob, check_center_crop, check_five_crop, check_resize_interpolation,…
530 @check_resize_interpolation
Dvalidators.py243 def check_resize_interpolation(method): function