2 references to BlendVariable
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorPrimitives.IndexOfMax.cs (1)
508
if (typeof(T) == typeof(float)) return Avx512F.
BlendVariable
(left.AsSingle(), right.AsSingle(), (~mask).AsSingle()).As<float, T>();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx512F.cs (1)
2528
public static Vector512<float> BlendVariable(Vector512<float> left, Vector512<float> right, Vector512<float> mask) =>
BlendVariable
(left, right, mask);