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

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

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

2 مستودعات

Awesome GitHub RepositoriesTensor Memory Mapping

Mechanisms for converting native memory arrays into tensor formats for inter-language data transfer.

Distinct from Foreign Function Interfaces: Distinct from Foreign Function Interfaces: specifically targets the mapping and conversion of numerical arrays to tensors.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Tensor Memory Mapping. Refine with filters or upvote what's useful.

Awesome Tensor Memory Mapping GitHub Repositories

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

    tensorflow/rust

    5,480عرض على GitHub↗

    This project provides Rust bindings for the TensorFlow C API, serving as a tensor computation interface and machine learning library. It enables the construction and execution of machine learning models and neural networks by bridging a systems language to high-performance backends. The framework supports GPU-accelerated computing to increase the speed of model training and inference by offloading mathematical operations to graphics processing units. It offers both graph-based computation for defining static network architectures and an eager execution mode for immediate operation calls durin

    Converts native arrays into tensor formats to move data efficiently between the application and the external engine.

    Rust
    عرض على GitHub↗5,480
  • autogptq/autogptqالصورة الرمزية لـ AutoGPTQ

    AutoGPTQ/AutoGPTQ

    5,070عرض على GitHub↗

    AutoGPTQ هو مجموعة أدوات لضغط النماذج وإطار عمل للتكميم بعد التدريب مصمم لتقليل بصمة الذاكرة لنماذج اللغات الكبيرة. يستخدم خوارزمية GPTQ لضغط أوزان الشبكة العصبية، مما يقلل من متطلبات الأجهزة ويقلل من استخدام ذاكرة الفيديو (VRAM). يعمل المشروع كمسرع للاستنتاج من خلال توفير نواة محسنة تزيد من سرعة توليد الرموز (Tokens). يتميز بقابلية توسيع بنية النموذج، مما يسمح بإضافة قدرات التكميم إلى هياكل النماذج الجديدة من خلال أنماط قابلة للتكوين. يغطي إطار العمل خط أنابيب تكميم شامل، بما في ذلك ضغط الأوزان على مستوى الطبقة، وتقدير النطاق القائم على المعايرة، وتعيين الذاكرة الخاص بالدقة. كما يتضمن أنظمة لتقييم أداء النموذج لقياس تأثير التكميم على الدقة عبر مهام اللغة والتلخيص.

    Maps quantized tensors to specific memory layouts to enable faster loading and execution on hardware accelerators.

    Python
    عرض على GitHub↗5,070
  1. Home
  2. Software Engineering & Architecture
  3. Foreign Function Interfaces
  4. Tensor Memory Mapping

استكشف الوسوم الفرعية

  • Quantized Tensor LayoutsMapping quantized tensors to hardware-specific memory layouts for faster execution. **Distinct from Tensor Memory Mapping:** Specifically targets memory layouts for quantized weights on accelerators, whereas Tensor Memory Mapping is for general inter-language data transfer.