This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git


The following commit(s) were added to refs/heads/main by this push:
     new 519fc0a  doc: Add TensorView in C++ doc (#103)
519fc0a is described below

commit 519fc0a1a01c005ac9546e128af2094f4d5c286a
Author: Junru Shao <[email protected]>
AuthorDate: Sun Oct 12 12:33:29 2025 -0700

    doc: Add TensorView in C++ doc (#103)
---
 docs/reference/cpp/index.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/reference/cpp/index.rst b/docs/reference/cpp/index.rst
index d35bbfc..e715482 100644
--- a/docs/reference/cpp/index.rst
+++ b/docs/reference/cpp/index.rst
@@ -75,6 +75,8 @@ Key Classes
      - Reference class for objects.
    * - :cpp:class:`tvm::ffi::Tensor`
      - Multi-dimensional tensor with DLPack support.
+   * - :cpp:class:`tvm::ffi::TensorView`
+     - Multi-dimensional tensor view with DLPack support. It does not own the 
underlying data.
    * - :cpp:class:`tvm::ffi::Shape`
      - Tensor shape container.
    * - :cpp:class:`tvm::ffi::Module`

Reply via email to