pub fn einsum_device<'a>(
subscripts: &str,
operands: impl IntoIterator<Item = &'a Array>,
stream: impl AsRef<Stream>,
) -> Result<Array>
Expand description
Perform the Einstein summation convention on the operands.
ยงParams
- subscripts: Einstein summation convention equation
- operands: input arrays
- stream: stream or device to evaluate on