ConstantImageSize¶
A container for constant image size in neural networks.
Parent type: ModelImageSize
Inheritors:
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