istmarc/tenseur: C++23 Tensor, neural networks and mathematical library
github.com·9h·
Discuss: r/cpp
🤖TVM
Preview
Report Post

Tenseur

A header only C++23 tensor, neural networks and mathematical library [WIP]

Tenseur is a header only C++23 tensor library designed for high performance numerical computations, prioritizing speed above all else. It assume that the user will ensure the correctness of their program. Execptions handling and bounds checking are disabled to minimize overhead. This makes it ideal for applications where computational efficiency is the goal such as deep learning and scientific computing. It has also support for automatic differentiation and basic neural networks.

Tensor classes

The library is build around a core tensor class ranked_tensor<T, class Shape, storge_order order, class Storage, class Allocator> that provide efficient storage (column major and row major) an…

Similar Posts

Loading similar posts...

Keyboard Shortcuts

Navigation
Next / previous item
j/k
Open post
oorEnter
Preview post
v
Post Actions
Love post
a
Like post
l
Dislike post
d
Undo reaction
u
Recommendations
Add interest / feed
Enter
Not interested
x
Go to
Home
gh
Interests
gi
Feeds
gf
Likes
gl
History
gy
Changelog
gc
Settings
gs
Browse
gb
Search
/
General
Show this help
?
Submit feedback
!
Close modal / unfocus
Esc

Press ? anytime to show this help