6 references to TryTernaryInvokeHalfAsInt16
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
87
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, AddMultiplyOperator<float>>(x, y, multiplier, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (1)
93
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, ClampOperatorXMinMax<float>>(x, min, max, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
109
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, FusedMultiplyAddOperator<float>>(x, y, addend, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
88
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, LerpOperator<float>>(x, y, amount, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (1)
88
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, MultiplyAddOperator<float>>(x, y, addend, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAddEstimate.cs (1)
104
if (typeof(T) == typeof(Half) &&
TryTernaryInvokeHalfAsInt16
<T, MultiplyAddEstimateOperator<float>>(x, y, addend, destination))