blob: 5d11a9e602747afb286fb85825a9623be8022685 [file] [log] [blame]
# automatically generated by the FlatBuffers compiler, do not modify
# namespace: tflite
import flatbuffers
class BroadcastToOptions(object):
__slots__ = ['_tab']
@classmethod
def GetRootAsBroadcastToOptions(cls, buf, offset):
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
x = BroadcastToOptions()
x.Init(buf, n + offset)
return x
@classmethod
def BroadcastToOptionsBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x54\x46\x4C\x33", size_prefixed=size_prefixed)
# BroadcastToOptions
def Init(self, buf, pos):
self._tab = flatbuffers.table.Table(buf, pos)
def BroadcastToOptionsStart(builder): builder.StartObject(0)
def BroadcastToOptionsEnd(builder): return builder.EndObject()