6 references to Narrow
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
486Vector512.Narrow( 489Vector512.Narrow( 615Vector512.Narrow( 622Vector512.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (1)
705return Vector512.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertTruncating.cs (1)
197public static Vector512<ushort> Invoke(Vector512<uint> lower, Vector512<uint> upper) => Vector512.Narrow(lower, upper);