Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move einsum's test data to constexpr variables (microsoft#19320)
### Description emscripten's C++ compiler has difficulty on compiling einsum_test.cc because the file has too many local variables. So I moved them to constexpr.
- Loading branch information