2023-06-23
By merging two jnp.einsum
in one, the tensor product is faster than before (60% faster in the case I tested, see BENCHMARK.md
).
Changelog
Changed
- [BREAKING] Move
Instruction
,FunctionalTensorProduct
andFunctionalFullyConnectedTensorProduct
intoe3nn.legacy
submodule - Reimplement
e3nn.tensor_product
ande3nn.elementwise_tensor_product
in a simpler way