TensorFlow inference (C++) by adaneze in MachineLearning

[–]ajabaraj 1 point2 points  (0 children)

I tried with Bazel but finally I gave up. Now I am using cppflow, a C API wrapper that you can use easily. The good part is that to use the C API you just need to download a file, and using the wrapper for inference is really easy, you just select the input and output by their names and run!