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 27a3908 commit 7b40747Copy full SHA for 7b40747
tripy/nvtripy/frontend/ops/stack.py
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +29,7 @@
29
)
30
def stack(tensors: Sequence["nvtripy.Tensor"], dim: int = 0) -> "nvtripy.Tensor":
31
"""
32
- Stacks multiple tensors of same shape along a given dimension.
+ Stacks multiple tensors of the same shape along a new dimension.
33
34
Args:
35
tensors: Sequence of tensors of the same shape.
0 commit comments