Skip to content

🧪 ConstantImageSize

A container for constant image size in neural networks.

Parent type: ModelImageSize

Inheritors:

Stub code in ConstantImageSize.sdsstub

@Experimental
class ConstantImageSize sub ModelImageSize

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