|
inline |
Product of an identity dense tensor and a standard dense tensor.
Only the case of rank-3 identity dense tensors is special-cased here and done by merge
and split
above. Otherwise, the identity dense tensor is transformed into a standard dense tensor and the standard dense product is used.
References syten::Cuda::copy(), if_constexpr, merge(), split(), and SYTEN_ASSERT_MSG.