mindspore.ops.ResizeBilinear
- class mindspore.ops.ResizeBilinear(size, align_corners=False, half_pixel_centers=False)[source]
This API is deprecated, please use the
mindspore.ops.ResizeBilinearV2
instead. For general resizing with other interpolation methods, refer tomindspore.ops.interpolate()
for more details.Note
Dynamic shape feature is not supported for now.
- Supported Platforms:
Deprecated