update doc

This commit is contained in:
Fung Xie
2025-11-25 21:13:35 -08:00
parent 286781a1fb
commit 03aa211310
2 changed files with 5 additions and 2 deletions

View File

@@ -617,7 +617,8 @@ def make_fake_compact_tensor(
:param shape: Shape of the tensor.
:type shape: tuple[int, ...]
:param stride_order: Order in which strides (memory layout) are assigned to the tensor dimensions.
If None, the default layout is col-major. Otherwise, it should be a permutation of the dimension indices.
If None, the default layout is left-to-right order (known as column-major order for flatten layout).
Otherwise, it should be a permutation order of the dimension indices.
:type stride_order: tuple[int, ...], optional
:param memspace: Memory space where the fake tensor resides. Optional.
:type memspace: str, optional