Zhao Dongyu's Blog

A life which is unexamined is not worth living.

0%

flatc

记录一下flatbuffer的学习

1
2
3
4
5
git clone https://github.com/google/flatbuffers.git

cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release

make

reference

./flatc -t schema.fbs -- test.tflite

./flatc -t ~/Projects/tensorflow/tensorflow/lite/schema/schema.fbs -- ~/Downloads/encoder.tflite

参考资料:

iOS中FlatBuffers的使用

Thanks for your support.