pub fn accumulate_tangent<T>(
lhs: StructuredTensor<T>,
rhs: &StructuredTensor<T>,
) -> Result<StructuredTensor<T>>where
T: Scalar,pub fn accumulate_tangent<T>(
lhs: StructuredTensor<T>,
rhs: &StructuredTensor<T>,
) -> Result<StructuredTensor<T>>where
T: Scalar,