awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesGraph Pattern Rewriters

Tools that identify specific sequences of operations in a graph and replace them with optimized equivalents.

Distinct from Pattern-Based Replacements: Targets computational graphs of neural networks rather than AST nodes of source code.

Explore 1 awesome GitHub repository matching software engineering & architecture · Graph Pattern Rewriters. Refine with filters or upvote what's useful.

Awesome Graph Pattern Rewriters GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • onnxsim/onnxsimonnxsim 的头像

    onnxsim/onnxsim

    4,353在 GitHub 上查看↗

    onnxsim 是一个深度学习图优化器和模型简化器,旨在降低 ONNX 计算图的复杂度。它充当模型压缩器,用简化的常量输出替换复杂的算子序列,以减少操作开销。 该项目通过常量折叠推理实现简化,将常量算子的子图替换为预计算的常量张量。它利用基于模式的图重写和静态计算图分析来识别并删除冗余节点或不可达操作。 该工具涵盖了广泛的模型优化功能,包括算子冗余消除以及删除不必要的 reshape 或 identity 节点。这些过程简化了执行流程并减少了模型的内存占用。

    Uses pattern-based rewriting to replace operator sequences with simplified equivalent structures.

    C++deep-learningonnxpytorch
    在 GitHub 上查看↗4,353
  1. Home
  2. Software Engineering & Architecture
  3. Code Transformation Tools
  4. Pattern-Based Replacements
  5. Graph Pattern Rewriters