private
cat_channels
— function
cat_channels(x, y, zs...)
Concatenate x
and y
(and any z
s) along the channel dimension (third dimension).
Equivalent to cat(x, y, zs...; dims=3)
.
Convenient reduction operator for use with Parallel
.
private
cat_channels
— function
cat_channels(x, y, zs...)
Concatenate x
and y
(and any z
s) along the channel dimension (third dimension).
Equivalent to cat(x, y, zs...; dims=3)
.
Convenient reduction operator for use with Parallel
.