blob: a3e27012bf978307f3f9d2b295528ebe86db0816 [file] [log] [blame]
William Isakssonf4a511f2023-11-22 22:27:58 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5class StablehloComparisonType(object):
6 STABLEHLO_COMPARISON_TYPE_NOTYPE = 0
7 STABLEHLO_COMPARISON_TYPE_FLOAT = 1
8 STABLEHLO_COMPARISON_TYPE_FLOAT_TOTAL_ORDER = 2
9 STABLEHLO_COMPARISON_TYPE_SIGNED = 3
10 STABLEHLO_COMPARISON_TYPE_UNSIGNED = 4