aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/tflite/DepthwiseConv2DOptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/tflite/DepthwiseConv2DOptions.py')
-rw-r--r--ethosu/vela/tflite/DepthwiseConv2DOptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ethosu/vela/tflite/DepthwiseConv2DOptions.py b/ethosu/vela/tflite/DepthwiseConv2DOptions.py
index 9689383b..50dcdbfb 100644
--- a/ethosu/vela/tflite/DepthwiseConv2DOptions.py
+++ b/ethosu/vela/tflite/DepthwiseConv2DOptions.py
@@ -14,6 +14,10 @@ class DepthwiseConv2DOptions(object):
x.Init(buf, n + offset)
return x
+ @classmethod
+ def DepthwiseConv2DOptionsBufferHasIdentifier(cls, buf, offset, size_prefixed=False):
+ return flatbuffers.util.BufferHasIdentifier(buf, offset, b"\x54\x46\x4C\x33", size_prefixed=size_prefixed)
+
# DepthwiseConv2DOptions
def Init(self, buf, pos):
self._tab = flatbuffers.table.Table(buf, pos)