pub fn max_axes<T, B, D>( tensor: impl TensorViewAPI<Type = T, Backend = B, Dim = D>, axes: impl TryInto<AxesIndex<isize>, Error = Error>, ) -> Tensor<B::TOut, B, IxD>where D: DimAPI, B: OpMaxAPI<T, D> + DeviceCreationAnyAPI<B::TOut>,