System\Numerics\Tensors\netcore\TensorPrimitives.CosineSimilarity.cs (6)
112Update(
126Update(
261Update(xVecLower, yVecLower, ref dotProductVector, ref xSumOfSquaresVector, ref ySumOfSquaresVector);
262Update(xVecUpper, yVecUpper, ref dotProductVector, ref xSumOfSquaresVector, ref ySumOfSquaresVector);
278Update(xVecLower, yVecLower, ref dotProductVector, ref xSumOfSquaresVector, ref ySumOfSquaresVector);
279Update(xVecUpper, yVecUpper, ref dotProductVector, ref xSumOfSquaresVector, ref ySumOfSquaresVector);