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