pub fn einsum_with_subscripts_in_ctx<B, C, T>(
ctx: &mut C,
subscripts: &Subscripts,
operands: &[&StructuredTensor<T>],
) -> Result<StructuredTensor<T>>where
T: StructuredEinsumRuntimeValue,
B: StructuredDenseEinsumBackend<T, C>,
C: TensorTempPoolContext,