有 Eigen/CXX11 的文件吗?

Are there any documents for Eigen/CXX11?

我想为 TensorFlow 添加一个新的 Op。我发现TF中的大部分Ops都是使用``third_party/eigen3/unsupported/Eigen/CXX11/Tensor''中实现的tensor操作来实现的,这似乎是独立于原始Eigen库的。有新的 Eigen/CXX11 库的文档吗?

这个README describes how to use the Eigen Tensor module. For an overview, you can also refer to this wiki page