awesome-repositories.com
博客
awesome-repositories.com

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesTemplate-Based Initialization

Creation of arrays by mirroring the shape, type, and layout of an existing array.

Distinct from Array Initialization: Distinct from general Array Initialization by focusing on cloning the structural properties of an existing tensor.

Explore 1 awesome GitHub repository matching scientific & mathematical computing · Template-Based Initialization. Refine with filters or upvote what's useful.

Awesome Template-Based Initialization GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • xtensor-stack/xtensorxtensor-stack 的头像

    xtensor-stack/xtensor

    3,748在 GitHub 上查看↗

    xtensor is a C++ multidimensional array library for numerical computing that provides N-dimensional containers with an interface mirroring the NumPy API. It utilizes a lazy evaluation expression engine to defer numerical computations until assignment, which minimizes memory allocations and intermediate copies. The library features a foreign memory array adaptor that allows it to wrap external buffers, such as NumPy arrays, to perform numerical operations in-place without duplicating data. It further optimizes performance through lazy broadcasting and a system that manages the lifetime of temp

    Creates new arrays by mirroring the shape, type, and layout of an existing array.

    C++c-plus-plus-14multidimensional-arraysnumpy
    在 GitHub 上查看↗3,748
  1. Home
  2. Scientific & Mathematical Computing
  3. Multi-Dimensional Arrays
  4. Array Initialization
  5. Template-Based Initialization