reduce

Provides reduction operations for tensors.

This module contains classes for performing max and min reduction operations on tensors using einsum notation.

class ReduceMax[source]

Bases: Op

Performs max reduction on a tensor along specified dimensions.

class ReduceMin[source]

Bases: Op

Performs min reduction on a tensor along specified dimensions.