Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 535 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 535 Bytes

TF-Lite Model Parse

Build Status

Parse TF-Lite Model File in C++

Steps

Just make run!

The detail steps are in the makefile

  1. clone FlatBuffers and compile
  2. download tf-lite model schema file
  3. compile schema to c header file
  4. compile & run