Follow up https://github.com/tensorflow/addons/issues/243. Here is a check list: + [x] dense_image_warp + [x] sparse_image_warp + [x] interpolate_bilinear + [x] euclidean_distance_transform + [x] adjust_hsv_in_yiq + [x] random_hsv_in_yiq + [x] mean_filter2d + [x] median_filter2d + [x] angles_to_projective_transforms + [x] matrices_to_flat_transforms + [x] rotate + [x] transform Like what we did in https://github.com/tensorflow/addons/pull/330, feel free to open a pull request for each op: 1. Add test for unknown rank image tensor. 2. Fix it if possible. Otherwise, please notice users that the op is not compatible with unknown rank tensor (shape=None) in its document.