blob: 80d55398b44cd8960fc72988ebce7cbe1d6c3833 [file] [log] [blame]
Rickard Bolind66f8012022-04-21 07:36:55 +00001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5import flatbuffers
Rickard Bolind66f8012022-04-21 07:36:55 +00006
7class DynamicUpdateSliceOptions(object):
8 __slots__ = ['_tab']
9
10 @classmethod
erik.andersson@arm.comdd49a722022-08-10 15:26:48 +020011 def GetRootAsDynamicUpdateSliceOptions(cls, buf, offset):
Rickard Bolind66f8012022-04-21 07:36:55 +000012 n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
13 x = DynamicUpdateSliceOptions()
14 x.Init(buf, n + offset)
15 return x
16
Rickard Bolind66f8012022-04-21 07:36:55 +000017 # DynamicUpdateSliceOptions
18 def Init(self, buf, pos):
19 self._tab = flatbuffers.table.Table(buf, pos)
20
erik.andersson@arm.comdd49a722022-08-10 15:26:48 +020021def DynamicUpdateSliceOptionsStart(builder): builder.StartObject(0)
22def DynamicUpdateSliceOptionsEnd(builder): return builder.EndObject()