Mercurial > repos > public > sbplib_julia
comparison src/LazyTensors/lazy_tensor.jl @ 1767:dfb43fdac9fc refactor/move_exports
Move exports to package top files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 13 Sep 2024 22:23:45 +0200 |
parents | 7ef605b8f132 |
children |
comparison
equal
deleted
inserted
replaced
1730:f215ac2a5c66 | 1767:dfb43fdac9fc |
---|---|
1 export LazyTensor | |
2 export apply | |
3 export apply_transpose | |
4 export range_dim, domain_dim | |
5 export range_size, domain_size | |
6 | |
7 """ | 1 """ |
8 LazyTensor{T,R,D} | 2 LazyTensor{T,R,D} |
9 | 3 |
10 Describes a mapping of a `D` dimension tensor to an `R` dimension tensor. | 4 Describes a mapping of a `D` dimension tensor to an `R` dimension tensor. |
11 The action of the mapping is implemented through the method | 5 The action of the mapping is implemented through the method |