6 references to Narrow
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBooleanUnaryOperator.cs (4)
485Vector512.Narrow( 488Vector512.Narrow( 614Vector512.Narrow( 621Vector512.Narrow(
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (1)
703return 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);