blob: 99cbdbbfc9b06e965e05c8445223cbec992973cd [file] [log] [blame]
Tim Hall79d07d22020-04-27 18:20:16 +01001# automatically generated by the FlatBuffers compiler, do not modify
2
3# namespace: tflite
4
5import flatbuffers
6
7class NonMaxSuppressionV5Options(object):
8 __slots__ = ['_tab']
9
10 @classmethod
11 def GetRootAsNonMaxSuppressionV5Options(cls, buf, offset):
12 n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset)
13 x = NonMaxSuppressionV5Options()
14 x.Init(buf, n + offset)
15 return x
16
17 # NonMaxSuppressionV5Options
18 def Init(self, buf, pos):
19 self._tab = flatbuffers.table.Table(buf, pos)
20
21def NonMaxSuppressionV5OptionsStart(builder): builder.StartObject(0)
22def NonMaxSuppressionV5OptionsEnd(builder): return builder.EndObject()