Any
- class aixd.sampler.reducers.Any(operator: Boolean, use_torch: bool = False)[source]
- Bases: - Reducer- Check if condition is satisfied for any value 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.