From 2c6b812e36c388c160f8deb5cd7fcecb892c064e Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Tue, 4 Feb 2025 10:08:12 +0100 Subject: [PATCH] add ref --- src/batch.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/batch.jl b/src/batch.jl index 9a8fe0d..a5d2e26 100644 --- a/src/batch.jl +++ b/src/batch.jl @@ -8,7 +8,7 @@ an extra dimension. If the elements of `xs` are tuples, named tuples, or dicts, the output will be of the same type. -See also [`unbatch`](@ref). +See also [`unbatch`](@ref) and [`batch_sequence`](@ref). # Examples