Enum FixRotationAngle
- Defined in File constants.h 
Enum Documentation
- 
enum class mindspore::dataset::FixRotationAngle
- Possible fix rotation angle for Rotate Op. - Values: - 
enumerator k0Degree
- Rotate 0 degree. 
 - 
enumerator k0DegreeAndMirror
- Rotate 0 degree and apply horizontal flip. 
 - 
enumerator k180Degree
- Rotate 180 degree. 
 - 
enumerator k180DegreeAndMirror
- Rotate 180 degree and apply horizontal flip. 
 - 
enumerator k90DegreeAndMirror
- Rotate 90 degree and apply horizontal flip. 
 - 
enumerator k90Degree
- Rotate 90 degree. 
 - 
enumerator k270DegreeAndMirror
- Rotate 270 degree and apply horizontal flip. 
 - 
enumerator k270Degree
- Rotate 270 degree. 
 
- 
enumerator k0Degree