Tensorflow c API lib is missing “cc” folder with lot of header files

I downloaded an official tensorflow c api lib for windows with gpu from Install TensorFlow for C.

The file name is:
libtensorflow-gpu-windows-x86_64-2.5.0.zip

But the lib doesn’t contains folder “cc” that contains lot of header files used in examples in the github page. (For example: tensorflow/main.cc at master · tensorflow/tensorflow · GitHub)

So I guess that the lib files do not contains compiled code for some functions.

I confused, where can I downloaded a tensorflow c api compiled lib that allows me to write code like in the github examples?

If I remeber correctly I think we are still in this status

1 Like