ModelImageSize¶
A container for image size in neural networks.
Inheritors:
Stub code in ModelImageSize.sdsstub
channel¶
Get the channel of this ImageSize in pixels.
Type: Int
height¶
Get the height of this ImageSize in pixels.
Type: Int
width¶
Get the width of this ImageSize in pixels.
Type: Int