qualia_codegen_core.graph.RoundMode module

Contains enumeration of available rounding modes.

class qualia_codegen_core.graph.RoundMode.RoundMode(value)[source]

Bases: StrEnum

Enumerates available rounding modes.

NONE = 'none'

No rounding, valid only for float data type

FLOOR = 'floor'

Rounding mode to round towards negative infinity

NEAREST = 'nearest'

Rounding mode to round to nearest