Skip to content

Add bfloat16 to all relevant ops #3842

@fdwr

Description

@fdwr

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

Metadata

Metadata

Assignees

Labels

topic: enhancementRequest for new feature or operatortopic: operatorIssues related to ONNX operators

Type

No type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions