Reputation: 1174
I would like to add a new Op to TensorFlow. I find that most Ops in TF are implemented using the tensor operations implemented in ``third_party/eigen3/unsupported/Eigen/CXX11/Tensor'', which seems to be independent of the original Eigen library. Are there any documents for the new Eigen/CXX11 library?
Upvotes: 4
Views: 4317
Reputation: 1469
This README describes how to use the Eigen Tensor module. For an overview, you can also refer to this wiki page
Upvotes: 15