3 references to CosineSimilarityCore
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.CosineSimilarity.cs (2)
40
return
CosineSimilarityCore
(x, y);
183
/// <summary>Provides the same implementation as <see cref="
CosineSimilarityCore
"/>, but specifically for <see cref="Half"/>.</summary>
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
173
CosineSimilarityCore
(x, y);