From 79d07d2cbf1c5013ab40bb46a6ccd4c569966536 Mon Sep 17 00:00:00 2001 From: Tim Hall Date: Mon, 27 Apr 2020 18:20:16 +0100 Subject: Add Vela codebase - Added modules ethosu.vela and ethosu.mlw_codec. - Added README and various configuration files. Change-Id: I3690f8c8f5966306ecddaeb2793c30ca9c6e2eee --- ethosu/vela/tflite/CustomOptionsFormat.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ethosu/vela/tflite/CustomOptionsFormat.py (limited to 'ethosu/vela/tflite/CustomOptionsFormat.py') diff --git a/ethosu/vela/tflite/CustomOptionsFormat.py b/ethosu/vela/tflite/CustomOptionsFormat.py new file mode 100644 index 00000000..c2fc07c2 --- /dev/null +++ b/ethosu/vela/tflite/CustomOptionsFormat.py @@ -0,0 +1,6 @@ +# automatically generated by the FlatBuffers compiler, do not modify + +# namespace: tflite + +class CustomOptionsFormat(object): + FLEXBUFFERS = 0 -- cgit v1.2.1