3 implementations of IBinaryOperation_Tensor_Int32
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\TensorOperation.cs (3)
1766: IBinaryOperation_Tensor_Int32<T, T> 1781: IBinaryOperation_Tensor_Int32<T, T> 1795: IBinaryOperation_Tensor_Int32<T, T>
1 reference to IBinaryOperation_Tensor_Int32
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\TensorOperation.cs (1)
253where TOperation : TensorOperation.IBinaryOperation_Tensor_Int32<TArg, TResult> => Invoke<TOperation, TArg, int, TResult>(in x, y, in destination);