2 implementations of IUnaryOneToFourOperator
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\TensorPrimitives.ConvertHelpers.cs (2)
242private readonly struct WidenByteToUInt32Operator : IUnaryOneToFourOperator<byte, uint> 277private readonly struct WidenByteToSingleOperator : IUnaryOneToFourOperator<byte, float>
1 reference to IUnaryOneToFourOperator
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Common\TensorPrimitives.IUnaryOneToFourOperator.cs (1)
31where TUnaryOperator : struct, IUnaryOneToFourOperator<TInput, TOutput>