changeset 484:b995f056ad1f feature/compose_identity_mappings

Export SizeMismatch
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 05 Nov 2020 10:47:31 +0100
parents d5032c58c67a
children 4b49f03bdb98
files src/LazyTensors/lazy_tensor_operations.jl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 10:35:07 2020 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Thu Nov 05 10:47:31 2020 +0100
@@ -102,6 +102,7 @@
     tm::TensorMapping
     sz
 end
+export SizeMismatch
 
 function Base.showerror(io::IO, err::SizeMismatch)
     print(io, "SizeMismatch: ")