Add tensor scan op

This is the initial implementation a generic scan operation.
Based on this, cumsum and cumprod method have been added to TensorBase.
This commit is contained in:
Igor Babuschkin
2016-06-02 13:35:47 +01:00
parent 0ed08fd281
commit fbd7ed6ff7
7 changed files with 351 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ if(EIGEN_TEST_CXX11)
ei_add_test(cxx11_tensor_custom_index)
ei_add_test(cxx11_tensor_fft)
ei_add_test(cxx11_tensor_ifft)
ei_add_test(cxx11_tensor_scan)
endif()