28 references to Create
Microsoft.ML.CpuMath (8)
AvxIntrinsics.cs (8)
326Vector256<float> x01 = Vector256.Create(h01, h01); 327Vector256<float> x11 = Vector256.Create(h11, h11); 328Vector256<float> x21 = Vector256.Create(h21, h21); 329Vector256<float> x31 = Vector256.Create(h31, h31); 374x01 = Vector256.Create(h01, h01); 375x11 = Vector256.Create(h11, h11); 376x21 = Vector256.Create(h21, h21); 377x31 = Vector256.Create(h31, h31);
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.FloatHelpers.cs (3)
14Vector256.Create(ApplyScalar<TOperator>(floats.GetLower()), ApplyScalar<TOperator>(floats.GetUpper())); 49Vector256.Create(firstLower, firstUpper), 50Vector256.Create(secondLower, secondUpper)
System.Private.CoreLib (17)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (17)
614return Create( 660return Create( 843return Create( 884return Create( 1264return Create( 1862return Create( 1969return Create( 2042return Create( 2213return Create( 2496return Create( 2698return Create( 2732return Create( 2972return Create( 3192return Create( 3647return Create( 3695Create(sinLower, sinUpper), 3696Create(cosLower, cosUpper)