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