8 references to CosPiOperator
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (8)
31if (typeof(T) == typeof(Half) && TryUnaryInvokeHalfAsInt16<T, CosPiOperator<float>>(x, destination))
36InvokeSpanIntoSpan<T, CosPiOperator<T>>(x, destination);
56return ApplyScalar<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
64return ApplyScalar<CosPiOperator<double>>(x.AsDouble()).As<double, T>();
79return ApplyScalar<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
87return ApplyScalar<CosPiOperator<double>>(x.AsDouble()).As<double, T>();
102return ApplyScalar<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
110return ApplyScalar<CosPiOperator<double>>(x.AsDouble()).As<double, T>();