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

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

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

2 مستودعات

Awesome GitHub RepositoriesTensor Packing

Combining multiple tensors of different shapes into a single array while recording original shapes.

Distinct from Tensor Transformations: Distinct from general transformations: specifically covers the process of packing multiple distinct tensors into one contiguous array.

Explore 2 awesome GitHub repositories matching data & databases · Tensor Packing. Refine with filters or upvote what's useful.

Awesome Tensor Packing GitHub Repositories

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

    arogozhnikov/einops

    9,398عرض على GitHub↗

    Einops is a tensor manipulation library that provides a framework-agnostic interface for reshaping, Einstein summation, and multi-dimensional array operations. It serves as an abstraction layer that works across NumPy, PyTorch, TensorFlow, and JAX, allowing for tensor transformations without changing the API. The library distinguishes itself through a declarative notation system that uses readable string patterns to describe tensor rearrangements and reductions. This approach includes an extended Einstein summation interface that supports multi-letter axis names and a named dimension mapping

    Combines tensors of varying shapes into a single array and tracks their shapes for later restoration.

    Pythoncupydeep-learningeinops
    عرض على GitHub↗9,398
  • torch/torch7الصورة الرمزية لـ torch

    torch/torch7

    9,127عرض على GitHub↗

    Torch7 is a scientific computing environment and tensor computation library used for deep learning research and numerical analysis. It functions as a Lua-based framework for training neural networks and learning agents, providing a toolkit for implementing architectures and training through reinforcement learning algorithms. The project is distinguished by its tight integration with C, utilizing a binding layer to map high-level scripting to low-level C structures for direct memory access. It supports hardware-accelerated computation by offloading linear algebra and convolution operations to

    Extracts all sliding slices of a given size and step from a tensor dimension.

    C
    عرض على GitHub↗9,127
  1. Home
  2. Data & Databases
  3. Data Processing Pipelines
  4. Data Transformation
  5. Array and Tensor Manipulation
  6. Tensor Transformations
  7. Tensor Packing

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

  • Slice UnfoldingExtracting sliding slices of a given size and step from a tensor dimension. **Distinct from Tensor Packing:** Focuses on sliding window extraction from tensors, distinct from string or list slice manipulation.