Visible to Intel only — GUID: GUID-FD98F440-C3F0-4B15-A5D8-C2BBFC40BCE6
Visible to Intel only — GUID: GUID-FD98F440-C3F0-4B15-A5D8-C2BBFC40BCE6
GreaterEqual
General
The GreaterEqual operation performs an element-wise greater-than-or-equal comparison between two given tensors. This operation applies the multi-directional broadcast rules to ensure compatibility between the tensors of different shapes.

Operation Attributes
Attribute Name |
Description |
Value Type |
Supported Values |
Required or Optional |
---|---|---|---|---|
Specifies rules used for auto-broadcasting of src tensors. |
string |
none , numpy (default) |
Optional |
Execution Arguments
Input
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
src_0 |
Required |
1 |
src_1 |
Required |
Output
Index |
Argument Name |
Required or Optional |
---|---|---|
0 |
dst |
Required |
Supported Data Types
The GreaterEqual operation supports the following data type combinations.
Src_0 / Src_1 |
Dst |
---|---|
f32 |
boolean |
bf16 |
boolean |
f16 |
boolean |
s32 |
boolean |