pytorch 源码学习:https://www.52coding.com.cn/2019/05/05/PyTorch5/#%E6%89%A9%E5%B1%95%E6%A8%A1%E5%9D%97
函数打包:https://python3-cookbook.readthedocs.io/zh_CN/latest/c15/p02_write_simple_c_extension_module.html
动态派发:https://zhuanlan.zhihu.com/p/35703294
动态派发和函数重载关系:https://gist.github.com/congyh/f256bd73133719479ef81b12535f1349
机器之心的几篇文章: