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