Adding 'half_pixel_centers' bool attribute (default False) to resize ops which...
Adding 'half_pixel_centers' bool attribute (default False) to resize ops which when true, assumes that pixels are 0.5,0.5. This gives more correct resizes. The legacy resize ops will be called by the new resize wrapper with half_pixel_centers=True. PiperOrigin-RevId: 235742526
Loading
Please sign in to comment