Mercurial > repos > public > sbplib_julia
changeset 537:41e82a5d4d48 feature/inflated_tensormapping_transpose
Docs touch up
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 26 Nov 2020 17:43:05 +0100 |
parents | fc0f942b8792 |
children | 848dec405332 |
files | src/LazyTensors/lazy_tensor_operations.jl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl Thu Nov 26 17:21:38 2020 +0100 +++ b/src/LazyTensors/lazy_tensor_operations.jl Thu Nov 26 17:43:05 2020 +0100 @@ -290,7 +290,7 @@ used as a view, and one which is expected to be used as an index. Eg. ``` -(1,2,3,4) -> (1,:,:,:,4), (2,3) +split_index(Val(1),Val(3),Val(2),Val(1),(1,2,3,4)) -> (1,:,:,:,4), (2,3) ``` `dim_view` controls how many colons are in the view, and `dim_index` controls