awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hyperai avatar

hyperai/tvm-cn

0
View on GitHub↗
3,813 estrellas·766 forks·TypeScript·Apache-2.0·1 vistatvm.hyper.ai↗

Tvm Cn

This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code.

The documentation covers the use of hardware backend guides for deploying models across CPUs, GPUs, and specialized accelerators. It also includes references for intermediate representations and graph-level optimizations used to compile tensor programs.

Features

  • Technical Document Translations - Provides the full suite of Apache TVM technical guides and manuals translated from English into Simplified Chinese.
  • Chinese Language Translations - Converting complex technical guides and API references from English to Simplified Chinese for better accessibility.
  • Technical Documentation Translations - Accessing technical guides and API references for the Apache TVM compiler stack translated into Simplified Chinese.
  • AOT Deep Learning Compilers - Transform learning models into optimized executable code that runs efficiently across CPUs, GPUs, and ARM architectures.
  • Automated Schedule Tuning - Provides documentation on automating the search for optimal execution strategies to maximize hardware performance.
  • Graph Execution Optimizers - Refine operator execution on hardware by applying graph-level optimizations and mapping tensor programs to device resources.
  • Model Performance Optimizations - Applies graph and tensor program transformations and automated tuning to maximize execution speed on specific hardware.
  • Model Compilers - Transforms high-level neural network definitions into optimized, hardware-specific executable code.
  • Edge AI Model Deployment - Compiles and optimizes models for execution in non-Python environments including mobile, edge, and bare metal devices.
  • Model Execution Environments - Manages the underlying execution environment to run compiled machine learning models across various hardware backends.
  • Model Deployments - Builds optimized models into deployable modules for execution on CPUs, GPUs, and specialized hardware accelerators.
  • Operator Fusions - Supports merging consecutive neural network layers into single kernels to minimize memory access and processing time.
  • Model Importers - Provides utilities to import pre-trained models from external frameworks into an internal representation for optimization.
  • Tensor Program Optimizations - Applying graph transformations and automated tuning to maximize the execution speed of tensor operations on specific hardware.
  • Compiler Documentation - Technical documentation covering the transformation of machine learning models into optimized executable code for diverse hardware backends.
  • Compiler Intermediate Representations - Detailed references for intermediate representations and graph-level optimizations used to compile tensor programs.
  • Intermediate Representation Lowering - Transform high level graph operators into low level primitive functions that align with the target hardware representation.
  • IR Lowering - Describes the transformation of high-level graph operators into low-level primitives matching target hardware specifications.
  • Target Code Generators - Translates intermediate representations into executable formats like LLVM IR or CUDA for specific hardware backends.
  • Multi-Level Pipelines - Utilizes a multi-stage lowering process to progressively transform computational graphs through various levels of representation.
  • Operator Fusion - Merge consecutive tensor operations into a single execution step to reduce processing overhead and increase speed.
  • Machine Learning Model Portability - Importing pre-trained models from various frameworks and translating them into target-specific formats like LLVM or CUDA.
  • Custom Inference Operations - Allows users to define and register custom inference operations not natively supported by the compiler.
  • Hardware Acceleration Guides - Instructions for deploying optimized machine learning models across CPUs, GPUs, and specialized hardware accelerators.
  • Performance Scheduling - Schedule low-level tensor expressions to maximize execution performance based on the specific characteristics of the target device.
  • Remote Compiler Execution - Enables sending compiled libraries to remote devices via RPC for benchmarking and performance data collection.

Historial de estrellas

Gráfico del historial de estrellas de hyperai/tvm-cnGráfico del historial de estrellas de hyperai/tvm-cn

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tvm Cn

Proyectos open-source similares, clasificados según cuántas características comparten con Tvm Cn.
  • apache/tvmAvatar de apache

    apache/tvm

    13,497Ver en GitHub↗

    TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into optimized machine code. It functions as a cross-platform deployment engine that transforms high-level model definitions into efficient, hardware-specific binaries for diverse computing architectures. The system utilizes a multi-level compilation pipeline that decouples algorithm logic from hardware implementation through tensor-operator abstractions. It employs a graph-level intermediate representation to perform cross-operator optimizations and memory planning before lowering co

    Pythoncompilerdeep-learninggpu
    Ver en GitHub↗13,497
  • snowkylin/tensorflow-handbookAvatar de snowkylin

    snowkylin/tensorflow-handbook

    3,927Ver en GitHub↗

    This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying machine learning models using TensorFlow 2. It serves as a structured learning guide covering core deep learning concepts, including neural network architectures, automatic differentiation, and tensor operations. The handbook provides technical guidance on optimizing execution efficiency through GPU memory management, distributed training, and model quantization. It also includes detailed manuals for constructing high-performance data pipelines and exporting models for production s

    Jupyter Notebook
    Ver en GitHub↗3,927
  • qibaoguang/spring-boot-reference-guideAvatar de qibaoguang

    qibaoguang/Spring-Boot-Reference-Guide

    4,449Ver en GitHub↗

    This project is a Chinese translation of the official Spring Boot technical documentation. It serves as a comprehensive Java backend development guide, providing a localized version of English technical specifications to make framework details accessible to Chinese speakers. The repository is structured as a markdown documentation collection, with content organized by module and chapter to mirror the original reference manual. This setup allows for the conversion of raw text files into a navigable technical website via static site generation. The project covers the architecture and implement

    Ver en GitHub↗4,449
  • golang-china/gopl-zhAvatar de golang-china

    golang-china/gopl-zh

    6,346Ver en GitHub↗

    This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides localized software engineering materials and educational texts designed to help developers master the fundamentals and advanced patterns of the language. The project operates as a community-driven localization effort, utilizing a Git-based translation workflow to manage incremental changes and contributions. The content is organized as a markdown learning resource, converting complex technical books from English into Chinese to make the concepts accessible to a wider audience.

    HTML
    Ver en GitHub↗6,346
Ver las 30 alternativas a Tvm Cn→

Preguntas frecuentes

¿Qué hace hyperai/tvm-cn?

This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code.

¿Cuáles son las características principales de hyperai/tvm-cn?

Las características principales de hyperai/tvm-cn son: Technical Document Translations, Chinese Language Translations, Technical Documentation Translations, AOT Deep Learning Compilers, Automated Schedule Tuning, Graph Execution Optimizers, Model Performance Optimizations, Model Compilers.

¿Qué alternativas de código abierto existen para hyperai/tvm-cn?

Las alternativas de código abierto para hyperai/tvm-cn incluyen: apache/tvm — TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into… snowkylin/tensorflow-handbook — This project is a comprehensive educational resource and tutorial handbook for building, training, and deploying… qibaoguang/spring-boot-reference-guide — This project is a Chinese translation of the official Spring Boot technical documentation. It serves as a… golang-china/gopl-zh — This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides… iree-org/iree — IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various… plaidml/plaidml — PlaidML is a deep learning compiler framework and cross-platform runtime designed to execute machine learning models…