Mercurial > repos > public > sbplib_julia
diff src/LazyTensors/lazy_tensor_operations.jl @ 1364:1b8f1af8382a
Merge bugfix/lazytensors
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Sun, 21 May 2023 20:57:25 +0200 |
parents | aa8579b7fc15 |
children | 4684c7f1c4cb |
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl Sun May 21 20:48:46 2023 +0200 +++ b/src/LazyTensors/lazy_tensor_operations.jl Sun May 21 20:57:25 2023 +0200 @@ -52,7 +52,7 @@ domain_size(tmt::TensorTranspose) = range_size(tmt.tm) -struct ElementwiseTensorOperation{Op,T,R,D,T1<:LazyTensor{T,R,D},T2<:LazyTensor{T,R,D}} <: LazyTensor{T,D,R} +struct ElementwiseTensorOperation{Op,T,R,D,T1<:LazyTensor{T,R,D},T2<:LazyTensor{T,R,D}} <: LazyTensor{T,R,D} tm1::T1 tm2::T2