* Methods for LinearAlgebra.Adjoint and Tracked Arrays are Ambiguous
Open
- Dominant language
- Julia
- Stars
- 54
- Forks
- 37
- Avg merge
- 5h 49m
- Merged PRs (30d)
- 1
Description
```
using Flux
p = param(2.)
f(x) = x.^2 + p.^2
[1.,1.,1.]' * f([1.,1.,1.])
# MethodError: *(::LinearAlgebra.Adjoint{Float64,Array{Float64,1}}, ::TrackedArray{…,Array{Float64,1}}) is ambiguous
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.