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