4 references to NegateOperator_Single
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\TensorPrimitives.Negate.cs (2)
26
if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T,
NegateOperator
<float>>(x, destination))
31
InvokeSpanIntoSpan<T,
NegateOperator
<T>>(x, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (1)
28
global using NegateOperator_Single = System.Numerics.Tensors.TensorPrimitives.
NegateOperator
<float>;
System\Numerics\Tensors\TensorPrimitives.Single.cs (1)
676
InvokeSpanIntoSpan<
NegateOperator_Single
>(x, destination);