Skip to content

Conversation

@fdwr
Copy link
Contributor

@fdwr fdwr commented Mar 29, 2022

This is consistent with current precedent. e.g. ONNX Runtime fails with "conv ... Error No Op registered for conv with domain_version of 7", as it must be "Conv".

Description

  • Update IR.md to clarify op type case sensitivity.

Motivation and Context

This is consistent with current precedent. e.g. ONNX Runtime fails with "conv ... Error No Op registered for conv with domain_version of 7", as it must be "Conv".

Signed-off-by: Dwayne Robinson <[email protected]>
@fdwr fdwr requested a review from a team as a code owner March 29, 2022 05:10
@fdwr
Copy link
Contributor Author

fdwr commented Mar 29, 2022

FYI @jcwchen and @spandantiwari.

@jcwchen jcwchen added topic: build Issues related to ONNX builds and packages topic: documentation Issues related to ONNX documentation and removed topic: build Issues related to ONNX builds and packages labels Mar 29, 2022
@jcwchen jcwchen linked an issue Mar 29, 2022 that may be closed by this pull request
Copy link
Member

@jcwchen jcwchen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for the spec clarification! Could @onnx/sig-archinfra-approvers please review it?

@jcwchen jcwchen added the topic: spec clarification Clarification of the ONNX spec needed label Mar 29, 2022
@gramalingam gramalingam merged commit ee4888c into onnx:main Mar 29, 2022
wschin pushed a commit to wschin/onnx that referenced this pull request Apr 12, 2022
This is consistent with current precedent. e.g. ONNX Runtime fails with "conv ... Error No Op registered for conv with domain_version of 7", as it must be "Conv".

Signed-off-by: Dwayne Robinson <[email protected]>
broune pushed a commit to broune/onnx that referenced this pull request May 6, 2023
This is consistent with current precedent. e.g. ONNX Runtime fails with "conv ... Error No Op registered for conv with domain_version of 7", as it must be "Conv".

Signed-off-by: Dwayne Robinson <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: documentation Issues related to ONNX documentation topic: spec clarification Clarification of the ONNX spec needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Case sensitivity of operator names and attributes

3 participants