Skip to content

Commit 34b030d

Browse files
committed
doc: Object and Class
1 parent 02d1a96 commit 34b030d

File tree

4 files changed

+482
-2
lines changed

4 files changed

+482
-2
lines changed

docs/concepts/any.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ inline using **small string optimization**, avoiding heap allocation entirely:
431431
Further Reading
432432
---------------
433433

434+
- **Object system**: :doc:`object_and_class` covers how TVM-FFI objects work, including reference counting and type checking
434435
- **C examples**: :doc:`../get_started/stable_c_abi` demonstrates working with :cpp:class:`TVMFFIAny` directly in C
435436
- **Tensor conversions**: :doc:`tensor` covers how tensors flow through :cpp:class:`~tvm::ffi::Any` and :cpp:class:`~tvm::ffi::AnyView`
436437
- **Function calling**: :doc:`../guides/cpp_lang_guide` explains how functions use :cpp:class:`~tvm::ffi::Any` for arguments and returns

0 commit comments

Comments
 (0)