I downloaded an official tensorflow c api lib for windows with gpu from 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/tensorflow/examples/label_image/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?