tflite.LogicalAndOptions module
# automatically generated by the FlatBuffers compiler, do not modify # namespace: tflite import flatbuffers class LogicalAndOptions(object): __slots__ = ['_tab'] @classmethod def GetRootAsLogicalAndOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = LogicalAndOptions() x.Init(buf, n + offset) return x # LogicalAndOptions def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos) def LogicalAndOptionsStart(builder): builder.StartObject(0) def LogicalAndOptionsEnd(builder): return builder.EndObject()
Functions
def LogicalAndOptionsEnd(
builder)
def LogicalAndOptionsEnd(builder): return builder.EndObject()
def LogicalAndOptionsStart(
builder)
def LogicalAndOptionsStart(builder): builder.StartObject(0)
Classes
class LogicalAndOptions
class LogicalAndOptions(object): __slots__ = ['_tab'] @classmethod def GetRootAsLogicalAndOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = LogicalAndOptions() x.Init(buf, n + offset) return x # LogicalAndOptions def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos)
Ancestors (in MRO)
- LogicalAndOptions
- builtins.object
Static methods
def Init(
self, buf, pos)
def Init(self, buf, pos): self._tab = flatbuffers.table.Table(buf, pos)
Methods
def GetRootAsLogicalAndOptions(
cls, buf, offset)
@classmethod def GetRootAsLogicalAndOptions(cls, buf, offset): n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) x = LogicalAndOptions() x.Init(buf, n + offset) return x