7 references to TryTernaryInvokeHalfAsInt16
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\TensorPrimitives.AddMultiply.cs (1)
59if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, AddMultiplyOperator<float>>(x, y, multiplier, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Clamp.cs (2)
64if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, ClampOperatorXMinMax<float>>(x, min, max, destination)) 122if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, ClampOperatorMinMaxX<float>>(min, max, x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.FusedMultiplyAdd.cs (1)
75if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, FusedMultiplyAddOperator<float>>(x, y, addend, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Lerp.cs (1)
60if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, LerpOperator<float>>(x, y, amount, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAdd.cs (1)
60if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, MultiplyAddOperator<float>>(x, y, addend, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.MultiplyAddEstimate.cs (1)
72if (typeof(T) == typeof(Half) && TryTernaryInvokeHalfAsInt16<T, MultiplyAddEstimateOperator<float>>(x, y, addend, destination))