tflite.UniqueOptions module
# automatically generated by the FlatBuffers compiler, do not modify # namespace: tflite import flatbuffers class UniqueOptions(object): __slots__ = ['_tab'] @classmethod def GetRootAsUniqueOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = UniqueOptions() x.Init(buf, n + offset) return x # UniqueOptions def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos) # UniqueOptions def IdxOutType(self): o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4)) if o != 0: return self._tab.Get(flatbuffers.number_types.Int8Flags, o + self._tab.Pos) return 2 def UniqueOptionsStart(builder): builder.StartObject(1) def UniqueOptionsAddIdxOutType(builder, idxOutType): builder.PrependInt8Slot(0, idxOutType, 2) def UniqueOptionsEnd(builder): return builder.EndObject()
Functions
def UniqueOptionsAddIdxOutType(
builder, idxOutType)
def UniqueOptionsAddIdxOutType(builder, idxOutType): builder.PrependInt8Slot(0, idxOutType, 2)
def UniqueOptionsEnd(
builder)
def UniqueOptionsEnd(builder): return builder.EndObject()
def UniqueOptionsStart(
builder)
def UniqueOptionsStart(builder): builder.StartObject(1)
Classes
class UniqueOptions
class UniqueOptions(object): __slots__ = ['_tab'] @classmethod def GetRootAsUniqueOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = UniqueOptions() x.Init(buf, n + offset) return x # UniqueOptions def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos) # UniqueOptions def IdxOutType(self): o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4)) if o != 0: return self._tab.Get(flatbuffers.number_types.Int8Flags, o + self._tab.Pos) return 2
Ancestors (in MRO)
- UniqueOptions
- builtins.object
Static methods
def IdxOutType(
self)
def IdxOutType(self): o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4)) if o != 0: return self._tab.Get(flatbuffers.number_types.Int8Flags, o + self._tab.Pos) return 2
def Init(
self, buf, pos)
def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos)
Methods
def GetRootAsUniqueOptions(
cls, buf, offset)
@classmethod def GetRootAsUniqueOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = UniqueOptions() x.Init(buf, n + offset) return x