4 references to ToScalar
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IIndexOfMinMaxOperator.cs (3)
594return int.CreateTruncating(currentIndex.ToScalar()) + IndexOfFirstMatch(nanMask); 662return (int)currentIndex.ToScalar() + IndexOfFirstMatch(nanMask); 739return (int)currentIndex.ToScalar() + IndexOfFirstMatch(nanMask);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector512_1.cs (1)
852static T ISimdVector<Vector512<T>, T>.ToScalar(Vector512<T> vector) => vector.ToScalar();