问题类型
构建/安装
来源
源代码
Tensorflow版本
2.11.0
自定义代码
无
OS平台和发行版
Windows
移动设备
- 无响应*
Python版本
- 无响应*
Bazel版本
- 无响应*
GCC/编译器版本
- 无响应*
CUDA/cuDNN版本
- 无响应*
GPU型号和内存
- 无响应*
当前行为?
I wanted to use the TensorFlow C Api.
But I think the 2.11.0 Windows CPU only files from https://www.tensorflow.org/install/lang_c are messed up a bit:
`include/tensorflow/c/c_api.h` tries to include `tf_buffer.h`, which is not in the zip archive.
With version 2.10.0 instead, everything is working.
重现问题的独立代码
download https://storage.googleapis.com/tensorflow/libtensorflow/libtensorflow-cpu-windows-x86_64-2.11.0.zip
相关日志输出
- 无响应*
6条答案
按热度按时间np8igboo1#
@sushreebarsa
我能够重现这个问题,请查看gist here作为参考。
谢谢!
vsdwdz232#
@chuanhaozhuge ,你认为上述问题是否可能与你在此处所做的更改之一有关。
z9zf31ra3#
感谢@sachinprasadhs通知我。我对Windows构建不熟悉,但快速查看后,我发现问题是Windows CPU 2.11存档似乎不包括我在更改中引入的
tf_buffer.h
。相比之下,Linux存档有头文件。我会将此事转告熟悉TF发布的人进行调查。mfpqipee4#
2.12.0版本也存在同样的问题。
dtcbnfnu5#
我们会尝试在本地复现这个问题,并尽快告知结果。谢谢。
nfs0ujit6#
这个问题似乎仍然存在于2.15.0版本的zip文件中。它还缺少tsl include层次结构。