6 references to Narrow
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
523Vector256.Narrow( 526Vector256.Narrow( 662Vector256.Narrow( 669Vector256.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (1)
639return Vector256.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
196public static Vector256<ushort> Invoke(Vector256<uint> lower, Vector256<uint> upper) => Vector256.Narrow(lower, upper);