blob: a29e200a0fa02fd2a72c9e8cc36cca8f7e5da962 [file] [log] [blame]
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
import flatbuffers
class GreaterEqualOptions(object):
__slots__ = ['_tab']
@classmethod
def GetRootAsGreaterEqualOptions(cls, buf, offset):
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
x = GreaterEqualOptions()
x.Init(buf, n + offset)
return x
# GreaterEqualOptions
def Init(self, buf, pos):
self._tab = flatbuffers.table.Table(buf, pos)
def GreaterEqualOptionsStart(builder): builder.StartObject(0)
def GreaterEqualOptionsEnd(builder): return builder.EndObject()