3 references to NegateOperator_Single
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.Negate.cs (1)
25
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);