2 implementations of IAnyAllAggregator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (2)
34private readonly struct AnyAggregator<T> : IAnyAllAggregator<T> 62private readonly struct AllAggregator<T> : IAnyAllAggregator<T>
1 reference to IAnyAllAggregator
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (1)
94where TAnyAll : struct, IAnyAllAggregator<T>