`repeat()` without keyword arguments cannot find `TrackedArray`
Open
- Dominant language
- Julia
- Stars
- 54
- Forks
- 37
- Avg merge
- 5h 49m
- Merged PRs (30d)
- 1
Description
The signature for `repeat` [here](https://github.com/FluxML/Tracker.jl/blob/97420eace7288fc82847ff852693bb96e3d2f84a/src/lib/array.jl#L148) only overloads the version with keyword arguments, i.e. `repeat(x; inner=(n1, n2), outer=(n3, n4))` but not `repeat(x, n1, n2)`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.