amazing42
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Show HN: The Name in the Bracket (a free book on naming tensor dimensions) (einlang.github.io)
-
With Einlang, you can write codes as let x = [ [[1.0, 2.0], [3.0, 4.0]], [[5.0, 6.0], [7.0, 8.0]] ]; let row_sums[..batch, i] = sum[j](x[..batch, i, j]); let loss = sum[..batch, i](row_sums[..batch, i] *…
-
A lightweight single-header pattern-matching library for C++17 with macro-free APIs. Try it at https://godbolt.org/z/8YMr8Kz8j