forked from mindspore-Ecosystem/mindspore
11 lines
275 B
ReStructuredText
11 lines
275 B
ReStructuredText
|
|
mindspore.dataset.vision.VerticalFlip
|
||
|
|
=====================================
|
||
|
|
|
||
|
|
.. py:class:: mindspore.dataset.vision.VerticalFlip
|
||
|
|
|
||
|
|
对输入图像进行垂直翻转。
|
||
|
|
|
||
|
|
**异常:**
|
||
|
|
|
||
|
|
- **RuntimeError** - 如果输入的Tensor不是 <H, W> 或 <H, W, C> 格式。
|