|
inline |
Product of a standard dense tensor and an identity 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(), and split().