chainerx.hstack¶
-
chainerx.hstack(arrays)¶ Stack arrays in sequence horizontally (column wise).
- Parameters
arrays (sequence of
ndarrays) – Arrays to be stacked.- Returns
Stacked array.
- Return type
Note
During backpropagation, this function propagates the gradient of the output array to the input arrays in
arrays.See also