index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
/
Tensor
/
TensorConversion.h
Commit message (
Expand
)
Author
Age
*
Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...
Mehdi Goli
2017-01-16
*
Preserve the ability to vectorize the evaluation of an expression even when i...
Benoit Steiner
2016-05-26
*
Made the static storage class qualifier come first.
Benoit Steiner
2016-05-25
*
Eigen cost model part 1. This implements a basic recursive framework to estim...
Rasmus Munk Larsen
2016-04-14
*
Added missing EIGEN_DEVICE_FUNC to the tensor conversion code.
Benoit Steiner
2016-04-07
*
Decoupled the packet type definition from the definition of the tensor ops. A...
Benoit Steiner
2016-03-08
*
Fixed compilation warning generated by clang
Benoit Steiner
2016-02-21
*
Optimized casting of tensors in the case where the casting happens to be a no-op
Benoit Steiner
2016-02-21
*
Fixed a bug in the tensor type converter
Benoit Steiner
2016-02-19
*
Added support for vectorized type casting of int to char.
Benoit Steiner
2016-02-03
*
Record whether the underlying tensor storage can be accessed directly during ...
Benoit Steiner
2016-01-19
*
Added more missing EIGEN_DEVICE_FUNC
Benoit Steiner
2015-11-06
*
Removed bogus assertion
Benoit Steiner
2015-10-20
*
Fixed a bug in the tensor conversion op
Benoit Steiner
2015-10-20
*
Many files were missing in previous changeset.
Gael Guennebaud
2015-07-29
*
Updated the tensor type casting code as follow: in the case where TgtRatio < ...
Benoit Steiner
2015-03-02
*
Disabled the use of aligned memory loads when converting a tensor from float ...
Benoit Steiner
2015-03-02
*
Added support for vectorized type casting of tensors
Benoit Steiner
2015-02-27