27 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 (16)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector256.cs (16)
617return Create( 663return Create( 850return Create( 1230return Create( 1648return Create( 1755return Create( 1836return Create( 2007return Create( 2302return Create( 2504return Create( 2538return Create( 2778return Create( 2991return Create( 3805return Create( 3853Create(sinLower, sinUpper), 3854Create(cosLower, cosUpper)