aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h
Commit message (Expand)AuthorAge
* Update the padding computation for PADDING_SAME to be consistent with TensorF...Gravatar Yangzihao Wang2017-12-12
* Merged in mehdi_goli/upstr_benoit/TensorSYCLImageVolumePatchFixed (pull reque...Gravatar Benoit Steiner2017-07-06
* Merged in mehdi_goli/opencl/DataDependancy (pull request PR-10)Gravatar Benoit Steiner2017-06-28
* iGate the sycl specific code under a EIGEN_USE_SYCL defineGravatar Benoit Steiner2017-04-04
* Restore the old constructors to retain compatibility with non c++11 compilers.Gravatar Benoit Steiner2017-03-31
* Adding Sycl backend for TensorImagePatchOP.h; adding Sycl backend for TensorI...Gravatar Mehdi Goli2017-02-20
* Worked around compilation errors with older versions of gccGravatar Benoit Steiner2016-05-11
* Fixed a few compilation warningsGravatar Benoit Steiner2016-04-15
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Renamed some class members to make the code more readable.Gravatar Benoit Steiner2016-03-18
* Fixed a bug in the padding of extracted image patches.Gravatar Benoit Steiner2016-03-18
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Deleted the coordinate based evaluation of tensor expressions, since it's har...Gravatar Benoit Steiner2016-02-22
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
* Fixed merge conflictGravatar Benoit Steiner2015-06-16
* Pulled latest updates from trunkGravatar Benoit Steiner2015-06-16
|\
* | Fixed compilation warnings triggered by clangGravatar Benoit Steiner2015-06-16
| * Fix compilation in TensorImagePatchGravatar Gael Guennebaud2015-06-16
|/
* Added support for RowMajor layout to the image patch extraction codeGravatar Benoit Steiner2015-02-25
* Silenced the last batch of compilation warnings triggered by gcc 4.8Gravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13