Back to the catalog

TVM FFI 200 视角深度解读

Bundle OKF 0.2 · 2 conceitos · xinetzone/SpecWeave

Open source Repository Open in the app JSON

About

# TVM FFI 200 视角深度解读

> 基于 TVM FFI 源码的 200 个技术视角,系统性解读跨语言函数接口设计与实现。

## 项目概览

- **总视角数**: 200
- **分类数**: 15
- **源码路径**: `d:\AI\.chaos\libs\ffi`
- **方法论**: seven-concepts 知识沉淀链路 + source-code-to-okf-wiki 五阶段

## 分类导航

| 编号 | 分类 | 视角数 | 说明 |
|------|------|--------|------|
| 01 | [架构与设计哲学](01-architecture/index.md) | 15 | 分层设计、类型擦除、ABI稳定性、最小核心等 |
| 02 | [核心类型系统](02-core-types/index.md) | 20 | Any/Object/TypeIndex/DataType/Cast等 |
| 03 | [函数与调用系统](03-functions/index.md) | 15 | Packed Function/全局注册表/回调/错误传播 |
| 04 | [容器系统](04-containers/index.md) | 15 | Array/List/Map/Dict/String/Tuple/Variant等 |
| 05 | [Tensor与DLPack](05-tensor-dlpack/index.md) | 10 | Tensor对象/零拷贝/DLManagedTensor(含NPU建议) |
| 06 | [错误处理系统](06-error-handling/index.md) | 10 | Error对象/栈回溯/因果链/TLS错误状态 |
| 07 | [反射系统](07-reflection/index.md) | 15 | VTable/ObjectDef/字段注册/结构化相等哈希 |
| 08 | [C++实现细节](08-cpp-impl/index.md) | 15 | 模板元编程/内联优化/原子操作/分配器等 |
| 09 | [Python绑定](09-python/index.md) | 15 | Cython/_ffi_api/注册表/GIL/类型存根 |
| 10

Details

Kind
OKF bundles
Topic
Cloud & DevOps
Publisher
xinetzone
Origin
okf_github
Category
dados
Version
0.2
Added
2026-09-09 05:09:53
Updated
2026-09-09 05:09:53
Origin id
xinetzone/SpecWeave:projects/tvm-ffi/index.md

More