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