Closed mofeing closed 1 year ago
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/43
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/48
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/50
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/53
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/58
Triggering TagBot for merged registry pull request: https://github.com/bsc-quantic/Registry/pull/59
When summing two scalar
Tensor
s (Tensor
s that return 0 onndims
), the result is doubly-wrapped in aTensor
:Although the value is correct,
Tensors.parenttype
ona+b
returnsArray{Tensor{Float64, 0, Array{Float64, 0}}, 0}
instead ofArray{Float64, 0}
.This probably is an automatic dispatch because
Tensor <: AbstractArray
.