10 references to TryAggregateInvokeHalfAsInt16
System.Numerics.Tensors (10)
System\Numerics\Tensors\netcore\TensorPrimitives.Add.cs (1)
29if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, AddOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Max.cs (1)
63if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitude.cs (1)
55if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxMagnitudeOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxMagnitudeNumber.cs (1)
63if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxMagnitudeNumberOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MaxNumber.cs (1)
62if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MaxNumberOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Min.cs (1)
61if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MinOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitude.cs (1)
60if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MinMagnitudeOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MinMagnitudeNumber.cs (1)
63if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MinMagnitudeNumberOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MinNumber.cs (1)
62if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MinNumberOperator<float>>(x, y, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Multiply.cs (1)
29if (typeof(T) == typeof(Half) && TryAggregateInvokeHalfAsInt16<T, MultiplyOperator<float>>(x, y, destination))