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