class documentation

class InputType(Enum):

View In Hierarchy

Input categories supported by NN Archive model inputs.

Constant IMAGE Image input with a channel dimension.
Constant RAW Raw tensor input.
IMAGE: str =

Image input with a channel dimension.

Value
'image'
RAW: str =

Raw tensor input.

Value
'raw'