-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Labels
topic: enhancementRequest for new feature or operatorRequest for new feature or operatortopic: operatorIssues related to ONNX operatorsIssues related to ONNX operators
Milestone
Description
Bug Report
Is the issue related to model conversion?
No.
Looks like an oversight, as it's inconsistent with both Less
and Equal
which support bfloat16 but their combination does not, especially given LessOrEqual
can be implemented as an aggregate operator ("function") of those two. The same applies to GreaterOrEqual
.
Describe the bug
LessOrEqual and GreaterOrEqual should support bfloat16. Pertinent PR #2770.
System information
- ONNX version: master 1.10
jcwchen
Metadata
Metadata
Assignees
Labels
topic: enhancementRequest for new feature or operatorRequest for new feature or operatortopic: operatorIssues related to ONNX operatorsIssues related to ONNX operators
Type
Projects
Status
Done