37 references to TryUnaryInvokeHalfAsInt16
System.Numerics.Tensors (37)
System\Numerics\Tensors\netcore\TensorPrimitives.Abs.cs (1)
32if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, AbsoluteOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Ceiling.cs (1)
24if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CeilingOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Cos.cs (1)
32if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CosOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Cosh.cs (1)
35if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CoshOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CosPiOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Decrement.cs (1)
23if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, DecrementOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.DegreesToRadians.cs (1)
24if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, DegreesToRadiansOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Exp.cs (1)
32if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ExpOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10.cs (1)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Exp10Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Exp10M1.cs (1)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Exp10M1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2.cs (1)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Exp2Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Exp2M1.cs (1)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Exp2M1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.ExpM1.cs (1)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ExpM1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Floor.cs (1)
24if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, FloorOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Increment.cs (1)
23if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, IncrementOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log.cs (1)
34if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, LogOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log10.cs (1)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Log10Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log10P1.cs (1)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Log10P1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log2.cs (1)
34if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Log2Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Log2P1.cs (1)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, Log2P1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.LogP1.cs (1)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, LogP1Operator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Negate.cs (1)
26if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, NegateOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Reciprocal.cs (4)
26if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ReciprocalOperator<float>>(x, destination)) 48if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ReciprocalEstimateOperator<float>>(x, destination)) 70if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ReciprocalSqrtOperator<float>>(x, destination)) 92if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, ReciprocalSqrtEstimateOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Round.cs (2)
27if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, RoundToEvenOperator<float>>(x, destination)) 56if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, RoundAwayFromZeroOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Sigmoid.cs (1)
33if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SigmoidOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Sin.cs (1)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SinOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Sinh.cs (1)
35if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SinhOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SinPiOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Sqrt.cs (1)
23if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, SqrtOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, TanOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Tanh.cs (1)
35if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, TanhOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.TanPi.cs (1)
30if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, TanPiOperator<float>>(x, destination))
System\Numerics\Tensors\netcore\TensorPrimitives.Truncate.cs (1)
26if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, TruncateOperator<float>>(x, destination))