We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c826901 commit 204b958Copy full SHA for 204b958
src/utils.jl
@@ -62,7 +62,7 @@ Base.show_function(io::IO, u::Base.Fix2{typeof(_unsqueeze)}, ::Bool) = print(io,
62
63
Unroll the given `xs` into an array of arrays along the given dimension `dims`.
64
65
-See also [`stack`](@ref), [`unbatch`](@ref),
+See also [`stack`](https://docs.julialang.org/en/v1/base/arrays/#Base.stack), [`unbatch`](@ref),
66
and [`chunk`](@ref).
67
68
# Examples
0 commit comments