tf.keras.ops.stack
Join a sequence of tensors along a new axis.
tf.keras.ops.stack(
x, axis=0
)
The axis
parameter specifies the index of the new axis in the
dimensions of the result.
Args |
x
|
A sequence of tensors.
|
axis
|
Axis along which to stack. Defaults to 0 .
|
Returns |
The stacked tensor.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-06-07 UTC.
[null,null,["Last updated 2024-06-07 UTC."],[],[]]