Neargye/hello_tf_c_api
Example code demonstrating how to use TensorFlow's C API to load, build, and run neural network graphs on Windows, Linux, and macOS.

Velocity · 7d
+0.2
★ / day
Trend
→steady
star history
This repository contains example code for working with TensorFlow’s C API, including how to load frozen graphs, create and allocate tensors, run sessions, and perform inference. It serves as a practical guide for developers wanting to use TensorFlow in C or C++ applications without the Python bindings. The examples cover essential operations like graph loading, tensor manipulation, and session execution.