| Commit message (Collapse) | Author | Age |
|\ |
|
| | |
|
| |
| |
| |
| | |
which performs a tensor product.
|
|/ |
|
|
|
|
| |
more than 4 billion elements.
|
| |
|
| |
|
| |
|
|
|
|
| |
of the tensors is different.
|
| |
|
|\ |
|
| | |
|
|/ |
|
|
|
|
| |
easier to support compilers that are cxx11 compliant and compilers that aren't.
|
| |
|
| |
|
|
|
|
| |
the EvalRange functor
|
| |
|
| |
|
|
|
|
| |
to be incorrectly handled
|
| |
|
| |
|
|
|
|
| |
internal::is_arithmetic<T>::value to check whether it's possible to bypass the type constructor in the tensor code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
previously disabled by mistake
|
| |
|
| |
|
| |
|
|
|
|
| |
class: this enables users to leverage their existing threadpool when using eigen tensors.
|
|
|
|
| |
std::array
|
| |
|
| |
|
| |
|
|
|
|
| |
orders of magnitude on GPU
|
| |
|
|
|
|
| |
TensorDimensionList
|
| |
|
|
|
|
|
|
| |
several tensor operations.
Created the TensorDimensionList class to encode the list of all the dimensions of a tensor of rank n. This could be done using TensorIndexList, however TensorIndexList require cxx11 which isn't yet supported as widely as we'd like.
|
|\
| |
| |
| | |
Fix two small undefined behaviors caught by static analysis.
|
| | |
|
|/ |
|