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 the operator with given data. - Check if the operator is differentiable.