awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索博客网站地图
项目关于媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
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,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/torch7torch 的头像

    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.