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