为什么 tensorflow 缺少唯一的属性 "tf.strided_slice"?

why tensorflow missing the only attribute "tf.strided_slice"?

我测试了 tensorflow 模块中的许多功能,tf.strided_slice 是唯一缺少的属性...

有人能告诉我这是怎么回事吗??谢谢!

截图在下面link.

screenshot of the missing attribute

调用的函数是 stride<b>d</b>_slice,而不是 stride_slice。注意下划线前的 "d"。

另请检查 tf.__version__,注意 TensorFlow 版本是否足够新。最近的稳定分支(截至 2017 年 2 月)是 0.12。如果版本低于0.10,请升级。