Return type change in function resize_pad_to_multiple.
Change the return type from tuple to list to keep the consistency with other preprocessing functions. The tuple return type may cause errors if we expect a list as the return type. PiperOrigin-RevId: 328407607
Showing
Please register or sign in to comment