tensorflow-cmake
tensorflow-cmake copied to clipboard
where could I download tensorflow dll and correspoinding header files?
Hi,
where could I download tensorflow dll and correspoinding header files?
#include <tensorflow/core/protobuf/meta_graph.pb.h> #include <tensorflow/core/public/session.h> #include <tensorflow/core/public/session_options.h>
Thanks,
Hello @ardeal You can download the C++ dependencies from here. Thanks