Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any documents for Eigen/CXX11?

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?

like image 783
bgshi Avatar asked Dec 05 '22 17:12

bgshi


1 Answers

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

like image 200
Benoit Steiner Avatar answered Dec 10 '22 18:12

Benoit Steiner