-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
871746a
commit 605b1e5
Showing
24 changed files
with
276 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="tflite", | ||
version="1.14.0", | ||
version="2.0", | ||
author="google", | ||
author_email="[email protected]", | ||
description="TFLite", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# automatically generated by the FlatBuffers compiler, do not modify | ||
|
||
# namespace: tflite | ||
|
||
import flatbuffers | ||
|
||
class HardSwishOptions(object): | ||
__slots__ = ['_tab'] | ||
|
||
@classmethod | ||
def GetRootAsHardSwishOptions(cls, buf, offset): | ||
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) | ||
x = HardSwishOptions() | ||
x.Init(buf, n + offset) | ||
return x | ||
|
||
# HardSwishOptions | ||
def Init(self, buf, pos): | ||
self._tab = flatbuffers.table.Table(buf, pos) | ||
|
||
def HardSwishOptionsStart(builder): builder.StartObject(0) | ||
def HardSwishOptionsEnd(builder): return builder.EndObject() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# automatically generated by the FlatBuffers compiler, do not modify | ||
|
||
# namespace: tflite | ||
|
||
import flatbuffers | ||
|
||
class IfOptions(object): | ||
__slots__ = ['_tab'] | ||
|
||
@classmethod | ||
def GetRootAsIfOptions(cls, buf, offset): | ||
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) | ||
x = IfOptions() | ||
x.Init(buf, n + offset) | ||
return x | ||
|
||
# IfOptions | ||
def Init(self, buf, pos): | ||
self._tab = flatbuffers.table.Table(buf, pos) | ||
|
||
# IfOptions | ||
def ThenSubgraphIndex(self): | ||
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4)) | ||
if o != 0: | ||
return self._tab.Get(flatbuffers.number_types.Int32Flags, o + self._tab.Pos) | ||
return 0 | ||
|
||
# IfOptions | ||
def ElseSubgraphIndex(self): | ||
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6)) | ||
if o != 0: | ||
return self._tab.Get(flatbuffers.number_types.Int32Flags, o + self._tab.Pos) | ||
return 0 | ||
|
||
def IfOptionsStart(builder): builder.StartObject(2) | ||
def IfOptionsAddThenSubgraphIndex(builder, thenSubgraphIndex): builder.PrependInt32Slot(0, thenSubgraphIndex, 0) | ||
def IfOptionsAddElseSubgraphIndex(builder, elseSubgraphIndex): builder.PrependInt32Slot(1, elseSubgraphIndex, 0) | ||
def IfOptionsEnd(builder): return builder.EndObject() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# automatically generated by the FlatBuffers compiler, do not modify | ||
|
||
# namespace: tflite | ||
|
||
import flatbuffers | ||
|
||
class Metadata(object): | ||
__slots__ = ['_tab'] | ||
|
||
@classmethod | ||
def GetRootAsMetadata(cls, buf, offset): | ||
n = flatbuffers.encode.Get(flatbuffers.packer.uoffset, buf, offset) | ||
x = Metadata() | ||
x.Init(buf, n + offset) | ||
return x | ||
|
||
# Metadata | ||
def Init(self, buf, pos): | ||
self._tab = flatbuffers.table.Table(buf, pos) | ||
|
||
# Metadata | ||
def Name(self): | ||
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(4)) | ||
if o != 0: | ||
return self._tab.String(o + self._tab.Pos) | ||
return bytes() | ||
|
||
# Metadata | ||
def Buffer(self): | ||
o = flatbuffers.number_types.UOffsetTFlags.py_type(self._tab.Offset(6)) | ||
if o != 0: | ||
return self._tab.Get(flatbuffers.number_types.Uint32Flags, o + self._tab.Pos) | ||
return 0 | ||
|
||
def MetadataStart(builder): builder.StartObject(2) | ||
def MetadataAddName(builder, name): builder.PrependUOffsetTRelativeSlot(0, flatbuffers.number_types.UOffsetTFlags.py_type(name), 0) | ||
def MetadataAddBuffer(builder, buffer): builder.PrependUint32Slot(1, buffer, 0) | ||
def MetadataEnd(builder): return builder.EndObject() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.