aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_image_patch.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Update the padding computation for PADDING_SAME to be consistent with ↵Gravatar Yangzihao Wang2017-12-12
| | | | TensorFlow.
* Sharded the tensor_image_patch test to help it run on low power devicesGravatar Benoit Steiner2016-10-27
|
* Reduced the memory footprint of the cxx11_tensor_image_patch testGravatar Benoit Steiner2016-05-04
|
* Improved and cleaned up the 2d patch extraction codeGravatar Benoit Steiner2015-07-07
|
* Added support for RowMajor layout to the image patch extraction codeGravatar Benoit Steiner2015-02-25
| | | | Speeded up the unsupported_cxx11_tensor_image_patch test and reduced its memory footprint
* Created many additional testsGravatar Benoit Steiner2015-01-14
|
* Added support for extraction of patches from imagesGravatar Benoit Steiner2014-11-13