Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 229 Bytes

File metadata and controls

7 lines (5 loc) · 229 Bytes

Pre-requisites to use TBNN_prediction.c:

  • C++ compiler (e.g. g++-13)
  • TensorFlow C API
  • cppflow library

Compile: g++-13 -I/usr/local/include -L/usr/local/lib -g TBNN_prediction.c -ltensorflow -o TBNN_prediction.out