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

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

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

NVIDIA/TensorRT

0
View on GitHub↗
13,076 نجوم·2,377 تفرعات·C++·Apache-2.0·4 مشاهداتdeveloper.nvidia.com/tensorrt↗

TensorRT

TensorRT هو محرك استنتاج للتعلم العميق ومجموعة تطوير برمجيات مصممة لتحسين ونشر الشبكات العصبية للتنفيذ عالي الأداء على وحدات معالجة الرسومات (GPUs) من NVIDIA. يعمل كإطار عمل لتسريع وحدات معالجة الرسومات يقلل من زمن الوصول ويزيد من الإنتاجية للنماذج المدربة أثناء النشر في بيئة الإنتاج.

تقوم مجموعة الأدوات باستيراد النماذج من تنسيق Open Neural Network Exchange وتحويلها إلى محركات محسنة. تستخدم تحسين النماذج القائم على الرسم البياني، وتوليد نواة دمج الطبقات، والتكميم القائم على الدقة لتحويل أوزان الفاصلة العائمة إلى تنسيقات ذات دقة أقل.

يوفر إطار العمل إمكانات لتسلسل المحرك الخاص بالأجهزة ويدعم توسيع قدرات الاستنتاج من خلال إضافات مخصصة لطبقات الشبكات العصبية المتخصصة.

Features

  • Model Inference Accelerators - Transforms neural networks into high-performance engines to maximize execution speed on NVIDIA GPUs.
  • Cross-Format Model Importers - Imports model definitions from the ONNX format to prepare them for optimized GPU execution.
  • ONNX Model Importers - Parses Open Neural Network Exchange models to build internal representations for GPU optimization.
  • GPU Inference SDKs - Provides a comprehensive SDK for optimizing and deploying deep learning models on NVIDIA GPUs.
  • GPU Model Deployments - Enables the deployment of optimized deep learning models on NVIDIA GPU hardware accelerators.
  • GPU-Accelerated - Optimizes deep learning models for maximum throughput and low latency on GPU accelerators.
  • Deep Learning - Serves as a high-performance runtime environment that executes neural networks using NVIDIA GPU acceleration.
  • ONNX Engine Conversions - Converts models from the ONNX format into high-performance engines for NVIDIA GPU execution.
  • ONNX Model Optimizers - Imports ONNX models and transforms them into optimized engines for faster inference.
  • Hardware-Specific Model Optimizations - Compiles models into binary engines optimized for specific NVIDIA GPU architectures and memory limits.
  • Model Graph Optimizers - Provides graph-level optimizations by fusing layers and removing redundant operations to improve inference performance.
  • Neural Network Deployment - Provides the runtime and tools necessary to execute trained neural networks in production environments.
  • Precision Quantization - Converts floating point weights to lower precision formats like FP16 or INT8 to increase throughput.
  • GPU Acceleration - Provides a framework of tools to reduce latency and increase throughput for models deployed on GPUs.
  • Deep Learning Acceleration - Accelerates deep learning tensor operations and matrix multiplications on NVIDIA GPU hardware.
  • Custom Neural Network Layers - Allows for the implementation of specialized neural network layers via custom plugins.
  • Kernel Fusion Compilers - Generates fused kernels that combine multiple neural network layers to reduce memory bandwidth overhead.
  • Inference Capability Extensions - Allows adding specialized operations or layers to the runtime through custom plugin implementation.
  • Custom Operator Plugins - Supports the execution of custom neural network layers via external C++ plugin implementations.
  • AI & Machine Learning - High-performance inference on NVIDIA GPUs
  • المعالجة المتوازية - مكتبة استنتاج عالية الأداء لمعالجات NVIDIA الرسومية.
  • Computation and Optimization - C++ library for high-performance inference on NVIDIA hardware.
  • Parallel and High-Performance Computing - High-performance inference library for NVIDIA GPUs.

سجل النجوم

مخطط تاريخ النجوم لـ nvidia/tensorrtمخطط تاريخ النجوم لـ nvidia/tensorrt

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ TensorRT

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع TensorRT.
  • dusty-nv/jetson-inferenceالصورة الرمزية لـ dusty-nv

    dusty-nv/jetson-inference

    8,734عرض على GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    عرض على GitHub↗8,734
  • tencent/tnnالصورة الرمزية لـ Tencent

    Tencent/TNN

    4,641عرض على GitHub↗

    TNN is a deep learning inference framework designed to execute pre-trained neural networks across mobile, desktop, and server hardware. It functions as a hardware-accelerated runtime and model compression toolkit, providing a unified interface for deploying models in diverse environments. The framework includes an ONNX model converter to transform models from various training frameworks into a standardized internal format. It distinguishes itself through a combination of model compression tools—including weight quantization and static-code pruning—and a memory management system that reuses bu

    C++
    عرض على GitHub↗4,641
  • 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,

    Pythondeep-learningembeddedgpu
    عرض على GitHub↗4,296
  • paddlepaddle/fastdeployالصورة الرمزية لـ PaddlePaddle

    PaddlePaddle/FastDeploy

    3,700عرض على GitHub↗

    FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models. It provides the infrastructure to launch model services that process combined image, video, and text inputs, exposing these capabilities through a standardized, OpenAI-compatible API for chat and text completions. The project distinguishes itself through advanced inference pipeline engineering and GPU optimization. It employs speculative decoding, tensor parallelism, and a disaggregated execution model that separates prefill and decode phases across different hardware resourc

    Pythonernieernie-45ernie-45-vl
    عرض على GitHub↗3,700
عرض جميع البدائل الـ 30 لـ TensorRT→

الأسئلة الشائعة

ما هي وظيفة nvidia/tensorrt؟

TensorRT هو محرك استنتاج للتعلم العميق ومجموعة تطوير برمجيات مصممة لتحسين ونشر الشبكات العصبية للتنفيذ عالي الأداء على وحدات معالجة الرسومات (GPUs) من NVIDIA. يعمل كإطار عمل لتسريع وحدات معالجة الرسومات يقلل من زمن الوصول ويزيد من الإنتاجية للنماذج المدربة أثناء النشر في بيئة الإنتاج.

ما هي الميزات الرئيسية لـ nvidia/tensorrt؟

الميزات الرئيسية لـ nvidia/tensorrt هي: Model Inference Accelerators, Cross-Format Model Importers, ONNX Model Importers, GPU Inference SDKs, GPU Model Deployments, GPU-Accelerated, Deep Learning, ONNX Engine Conversions.

ما هي البدائل مفتوحة المصدر لـ nvidia/tensorrt؟

تشمل البدائل مفتوحة المصدر لـ nvidia/tensorrt: dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… tencent/tnn — TNN is a deep learning inference framework designed to execute pre-trained neural networks across mobile, desktop, and… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… paddlepaddle/fastdeploy — FastDeploy is a high-performance deployment framework for large language models, vision models, and multimodal models.… nvidia/isaac-gr00t. tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision…