LessOrEqual
Description
Performs the LessOrEqual operation on tensors A and B element-wise and returns the result tensor.

Input
- A: input tensor of type float16 or float.
- B: tensor of type float16 or float.
Output
C: output tensor of type bool, with the same shape as input A.
Constraints
None.
ONNX Opset Support
Opset v12/v13/v14/v15/v16/v17/v18
Parent topic: Supported ONNX Operators