8 references to IdentityOperator_Single
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IBinaryOperator.cs (2)
34
InvokeSpanScalarIntoSpan<T,
IdentityOperator
<T>, SwappedBinaryOperator<TBinaryOperator, T>>(y, x, destination);
47
InvokeSpanScalarIntoSpan<T,
IdentityOperator
<T>, TBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Product.cs (1)
29
return Aggregate<T,
IdentityOperator
<T>, MultiplyOperator<T>>(x);
System\Numerics\Tensors\netcore\TensorPrimitives.Single.netcore.cs (2)
29
global using IdentityOperator_Single = System.Numerics.Tensors.TensorPrimitives.
IdentityOperator
<float>;
53
InvokeSpanScalarIntoSpan<float,
IdentityOperator_Single
, TSingleBinaryOperator>(x, y, destination);
System\Numerics\Tensors\netcore\TensorPrimitives.Sum.cs (1)
24
Aggregate<T,
IdentityOperator
<T>, AddOperator<T>>(x);
System\Numerics\Tensors\TensorPrimitives.Single.cs (2)
718
return Aggregate<
IdentityOperator_Single
, MultiplyOperator_Single>(x);
916
Aggregate<
IdentityOperator_Single
, AddOperator_Single>(x);