如何将TensorFlow与VisualStudio一起使用TensorFlow API?
我正在寻找一种在VisualStudio(Windows)上构建和运行TensorFlow C ++ API的方法。
我知道如何安装和运行TensorFlow C库。 但是我无法弄清楚如何使用API参考安装C ++库。 我希望有一种方法可以在VisualStudio中完成此操作,最好是不使用Bazel或Cmake ...
我是新手程序员,所以我可以做错事。
I am looking for a way to build and run Tensorflow C++Api on VisualStudio (Windows).
I know how to install and run the Tensorflow C library.
But I could not figure out how to install the C++ library with Api reference.
I wish there was a way to complete this in VisualStudio, preferably without using Bazel or Cmake...
I'm a novice programmer so I could be doing something wrong.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它仍然不是1.00版本 tensorflow.net.net 。
使用一些时间,尝试直接使用C ++常数,以确保他们缺少某些目标兼容和数组进入点,该链接为您提供了一种简单的方法。
It is still not a 1.00 version Tensorflow.Net.
Use a bit of time, trying to use c++ constant directly to see that they missing some target compatible and array entering points, the link provides you an easy method.