awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesRuntime Profiling Data Extractors

Captures profiling and debugging data from model execution and exposes it through a structured dump for post-run analysis.

Distinct from Data Observability Profilings: Distinct from Data Observability Profilings: focuses on extracting performance data from ML model runtime execution, not profiling data distributions in databases.

Explore 1 awesome GitHub repository matching data & databases · Runtime Profiling Data Extractors. Refine with filters or upvote what's useful.

Awesome Runtime Profiling Data Extractors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • pytorch/executorchالصورة الرمزية لـ pytorch

    pytorch/executorch

    4,296عرض على GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    ExecuTorch captures profiling and debugging data from model execution and exposes it through a structured dump for post-run analysis.

    Pythondeep-learningembeddedgpu
    عرض على GitHub↗4,296
  1. Home
  2. Data & Databases
  3. Data Observability Profilings
  4. Runtime Profiling Data Extractors