Expand description
Generate einsum function with naive loop
Functionsยง
- array_
size_ asserts - Generate
assert_eq!
to check the size of user input tensors - contraction
- Generate naive contraction loop
- define_
array_ size - Define the index size identifiers, e.g.
n_i
- inner
- Actual component of einsum function_definition