6 references to Narrow
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
524Vector256.Narrow( 527Vector256.Narrow( 663Vector256.Narrow( 670Vector256.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (1)
641return 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);