3 references to ApplyScalar
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorPrimitives.CosPi.cs (1)
95
return
ApplyScalar
<CosPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.SinPi.cs (1)
95
return
ApplyScalar
<SinPiOperator<float>>(x.AsSingle()).As<float, T>();
System\Numerics\Tensors\netcore\TensorPrimitives.Tan.cs (1)
196
return
ApplyScalar
<TanOperatorSingle>(x);