摘要: 1. 什么是 JIT? JIT 是一种概念,全称是 Just In Time Compilation,中文译为「即时编译」,是一种程序优化的方法。 在深度学习中 JIT 的思想更是随处可见,最明显的例子就是 Keras 框架的 model.compile,TensorFlow 中的 Graph 也是 阅读全文
posted @ 2022-11-01 18:16 Zenith_Hugh 阅读(2727) 评论(0) 推荐(0)