All

class aixd.sampler.reducers.All(operator: Boolean, use_torch: bool = False)[source]

Bases: Reducer

Check if condition is true for all values of the operator.

Parameters:

operator (Operator) – The operator to perform the aggregation on.

Methods

evaluate

Evaluate the operator with given data.

is_differentiable

Check if the operator is differentiable.