5 references to InvokeSpanScalarIntoSpan
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (2)
34
InvokeSpanScalarIntoSpan
<T, IdentityOperator<T>, InvertedBinaryOperator<TBinaryOperator, T>>(y, x, destination);
47
InvokeSpanScalarIntoSpan
<T, IdentityOperator<T>, TBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (2)
53
InvokeSpanScalarIntoSpan
<float, IdentityOperator_Single, TSingleBinaryOperator>(x, y, destination);
59
InvokeSpanScalarIntoSpan
<float, TSingleTransformOperator, TSingleBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.SoftMax.cs (1)
41
InvokeSpanScalarIntoSpan
<T, ExpOperator<T>, DivideOperator<T>>(x, expSum, destination);