awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • arogozhnikov/einopsarogozhnikov का अवतार

    arogozhnikov/einops

    9,398GitHub पर देखें↗

    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/torch7torch का अवतार

    torch/torch7

    9,127GitHub पर देखें↗

    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.