System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (4)
29if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, AddOperator<float>>(x, y, destination))
34InvokeSpanSpanIntoSpan<T, AddOperator<T>>(x, y, destination);
54if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, AddOperator<float>>(x, y, destination))
59InvokeSpanScalarIntoSpan<T, AddOperator<T>>(x, y, destination);
System\Numerics\Tensors\TensorPrimitives.Single.cs (8)
49InvokeSpanSpanIntoSpan<AddOperator_Single>(x, y, destination);
66InvokeSpanScalarIntoSpan<AddOperator_Single>(x, y, destination);
206return MathF.Sqrt(Aggregate<SubtractSquaredOperator_Single, AddOperator_Single>(x, y));
269Aggregate<MultiplyOperator_Single, AddOperator_Single>(x, y);
780return Aggregate<AddOperator_Single, MultiplyOperator_Single>(x, y);
916Aggregate<IdentityOperator_Single, AddOperator_Single>(x);
937Aggregate<AbsoluteOperator_Single, AddOperator_Single>(x);
958Aggregate<SquaredOperator_Single, AddOperator_Single>(x);