TVM 快速上手#
- PackedFunc
- 解读
tvm.tir.trace()
- 自定义 relay 算子(python)
- 构建
reshape4d_softmax_reshape2d
ONNX 算子 - 变换
reshape4d_softmax_reshape2d
为softmax_transpose_reshape2d
- 声明
softmax_transpose_reshape2d
算子类型关系 - 注册
softmax_transpose_reshape2d
算子 - 测试
softmax_transpose_reshape2d
算子类型推断 - 融合 mod 部分算子为
softmax_transpose_reshape2d
- 定义
softmax_transpose_reshape2d
计算与调度 - 验证
softmax_transpose_reshape2d
数值一致性 - 打印带有
softmax_transpose_reshape2d
算子的量化问题
- 构建
- 重写 relay 量化算子(python)
- 自定义 VTA 算子(python)