6 references to CreateRemainderMaskVector512
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IAggregationOperator.cs (2)
686
end = Vector512.ConditionalSelect(
CreateRemainderMaskVector512
<T>((int)trailing), end, Vector512.Create(TAggregationOperator.IdentityValue));
1882
end = Vector512.ConditionalSelect(
CreateRemainderMaskVector512
<T>((int)trailing), end, Vector512.Create(TAggregationOperator.IdentityValue));
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryInputBinaryOutput.cs (2)
225
Vector512<T> mask = Vector512.Equals(
CreateRemainderMaskVector512
<T>(x.Length - i), Vector512<T>.Zero);
408
Vector512<T> mask = Vector512.Equals(
CreateRemainderMaskVector512
<T>(x.Length - i), Vector512<T>.Zero);
System\Numerics\Tensors\netcore\TensorPrimitives.CosineSimilarity.cs (1)
83
Vector512<T> remainderMask =
CreateRemainderMaskVector512
<T>(x.Length - i);
System\Numerics\Tensors\netcore\TensorPrimitives.HammingDistance.cs (1)
103
Vector512<T> remainderMask =
CreateRemainderMaskVector512
<T>(x.Length - i);