aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/RngAlgorithm.py
blob: 704c05e38aa0e1615459f8449b67ea927ab925ab (plain)
1
2
3
4
5
6
7
8
# automatically generated by the FlatBuffers compiler, do not modify

# namespace: tflite

class RngAlgorithm(object):
    DEFAULT = 0
    PHILOX = 1
    THREEFRY = 2