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