pub fn max<T, B, D>( tensor: impl TensorViewAPI<Type = T, Backend = B, Dim = D>, ) -> B::TOutwhere D: DimAPI, B: OpMaxAPI<T, D>,