PatWie/tensorflow-cmake

where could I download tensorflow dll and correspoinding header files?

ardeal opened this issue · 1 comments

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