3 references to BroadcastScalarToVector256
Microsoft.ML.CpuMath (2)
FactorizationMachine\AvxIntrinsics.cs (2)
78Vector256<float> x = Avx.BroadcastScalarToVector256(px + i); 187Vector256<float> x = Avx.BroadcastScalarToVector256(px + i);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
118public static unsafe Vector256<float> BroadcastScalarToVector256(float* source) => BroadcastScalarToVector256(source);